router => fix

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-17 09:20:24 +07:00
parent dba2d43484
commit 2192846af8
2 changed files with 37 additions and 565 deletions

View file

@ -2,7 +2,7 @@ const supportMain = () => import("@/modules/00_support/views/MainPage.vue");
const supportCategory = () =>
import("@/modules/00_support/views/ManageCategory.vue");
const testView = () => import("@/views/TestManagement.vue");
// const testView = () => import("@/views/TestManagement.vue");
export default [
{
@ -26,14 +26,14 @@ export default [
},
},
{
path: "/test",
name: "testView",
component: testView,
meta: {
Auth: true,
Key: [1.1],
Role: "support",
},
},
// {
// path: "/test",
// name: "testView",
// component: testView,
// meta: {
// Auth: true,
// Key: [1.1],
// Role: "support",
// },
// },
];