update
This commit is contained in:
parent
46533bbd62
commit
15d3ac574d
128 changed files with 347 additions and 322 deletions
14
src/modules/02_organization/router.ts
Normal file
14
src/modules/02_organization/router.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
const mainPage = () => import("@/modules/02_organization/views/main.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/organization",
|
||||
name: "organizationalNew",
|
||||
component: mainPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_ORG",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue