remove file
This commit is contained in:
parent
28a31cd04b
commit
a77da7547b
2 changed files with 0 additions and 51 deletions
|
|
@ -2,8 +2,6 @@ const supportMain = () => import("@/modules/00_support/views/MainPage.vue");
|
|||
const supportCategory = () =>
|
||||
import("@/modules/00_support/views/ManageCategory.vue");
|
||||
|
||||
// const testView = () => import("@/views/TestManagement.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/support",
|
||||
|
|
@ -25,15 +23,4 @@ export default [
|
|||
Role: "support",
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
// path: "/test",
|
||||
// name: "testView",
|
||||
// component: testView,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: [1.1],
|
||||
// Role: "support",
|
||||
// },
|
||||
// },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue