소스 검색

fix: 去除调试页面

bill 2 년 전
부모
커밋
ba642e3fc0
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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')
   }
 ]