Browse Source

fix: 去除调试页面

bill 2 năm trước cách đây
mục cha
commit
ba642e3fc0
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/router/config.ts

+ 0 - 5
src/router/config.ts

@@ -104,11 +104,6 @@ export const routes = [
     path: paths[RoutesName.signModel],
     name: RoutesName.signModel,
     component: () => import('@/views/sign-model/index.vue')
-  },
-  {
-    path: '/test',
-    name: 'test',
-    component: () => import('@/views/test/index.vue')
   }
 ]