14 lines
261 B
TypeScript
14 lines
261 B
TypeScript
const supportMain = () => import("@/modules/00_support/views/MainPage.vue");
|
|
|
|
export default [
|
|
{
|
|
path: "/support",
|
|
name: "supportMain",
|
|
component: supportMain,
|
|
meta: {
|
|
Auth: true,
|
|
Key: [1.1],
|
|
Role: "evaluate",
|
|
},
|
|
},
|
|
];
|