This commit is contained in:
xiaozhiyong
2026-06-11 18:32:58 +08:00
parent 18883cbb03
commit 987b2c8f90
2 changed files with 0 additions and 6 deletions

View File

@@ -22,7 +22,6 @@
"/src/view/equipment/list/index.vue": "Index", "/src/view/equipment/list/index.vue": "Index",
"/src/view/error/index.vue": "Error", "/src/view/error/index.vue": "Error",
"/src/view/error/reload.vue": "Reload", "/src/view/error/reload.vue": "Reload",
"/src/view/init/index.vue": "Init",
"/src/view/largeScreen/index.vue": "Index", "/src/view/largeScreen/index.vue": "Index",
"/src/view/largeScreen2/index.vue": "Index", "/src/view/largeScreen2/index.vue": "Index",
"/src/view/layout/aside/asideComponent/asyncSubmenu.vue": "AsyncSubmenu", "/src/view/layout/aside/asideComponent/asyncSubmenu.vue": "AsyncSubmenu",

View File

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