chengqian 5 months ago
parent
commit
3d87194533
1 changed files with 0 additions and 5 deletions
  1. 0 5
      web/src/router/index.js

+ 0 - 5
web/src/router/index.js

@@ -4,11 +4,6 @@ const routes = [{
   path: '/',
   redirect: '/login'
 },
-{
-  path: '/init',
-  name: 'Init',
-  component: () => import('@/view/init/index.vue')
-},
 {
   path: '/login',
   name: 'Login',