Explorar el Código

fix: 去除调试页面

bill hace 2 años
padre
commit
ba642e3fc0
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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')
   }
 ]