แก้ assess เป็น evaluate
This commit is contained in:
parent
5f97ee9377
commit
d71b2a172f
25 changed files with 83 additions and 75 deletions
13
src/modules/06_evaluate/router.ts
Normal file
13
src/modules/06_evaluate/router.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
const evaluateMain = () => import("@/modules/06_evaluate/views/EvaluateMain.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/evaluate",
|
||||
name: "evaluate",
|
||||
component: evaluateMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue