รักษาการในตำแหน่ง => UI
This commit is contained in:
parent
278942cdba
commit
81b6889eb0
5 changed files with 1203 additions and 77 deletions
14
src/modules/17_acting/router.ts
Normal file
14
src/modules/17_acting/router.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
const mainPage = () => import("@/modules/17_acting/views/main.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/acting",
|
||||
name: "acting",
|
||||
component: mainPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1],
|
||||
Role: "organization",
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue