15 lines
246 B
TypeScript
15 lines
246 B
TypeScript
|
|
const mainPage = () => import("@/modules/17_acting/views/main.vue");
|
||
|
|
|
||
|
|
export default [
|
||
|
|
{
|
||
|
|
path: "/acting",
|
||
|
|
name: "acting",
|
||
|
|
component: mainPage,
|
||
|
|
meta: {
|
||
|
|
Auth: true,
|
||
|
|
Key: [1],
|
||
|
|
Role: "organization",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
];
|