yeguodong 3 tháng trước cách đây
mục cha
commit
cfc9588450
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/router/index.ts

+ 2 - 2
src/router/index.ts

@@ -107,13 +107,13 @@ async function beforeAddRoutes() {
         ...convertToRouter(secondLevelRouter),
     ]
 
-    if (isDev) {
+    /*if (isDev) {
         children.push({
             name: "Test",
             path: "/settings/test",
             component: () => import("@/views/settings/Test.vue")
         })
-    }
+    }*/
 
     router.addRoute({
         name: "Home",