remove file

This commit is contained in:
Warunee Tamkoo 2024-07-26 14:15:39 +07:00
parent 28a31cd04b
commit a77da7547b
2 changed files with 0 additions and 51 deletions

View file

@ -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",
// },
// },
];