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')
   }
 ]