From 987b2c8f90f1691ddf38d3fa6acaa298465fcf68 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Thu, 11 Jun 2026 18:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pathInfo.json | 1 - src/router/index.js | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/pathInfo.json b/src/pathInfo.json index d949da1..a0ce0c6 100644 --- a/src/pathInfo.json +++ b/src/pathInfo.json @@ -22,7 +22,6 @@ "/src/view/equipment/list/index.vue": "Index", "/src/view/error/index.vue": "Error", "/src/view/error/reload.vue": "Reload", - "/src/view/init/index.vue": "Init", "/src/view/largeScreen/index.vue": "Index", "/src/view/largeScreen2/index.vue": "Index", "/src/view/layout/aside/asideComponent/asyncSubmenu.vue": "AsyncSubmenu", diff --git a/src/router/index.js b/src/router/index.js index d5203b2..7fe00ed 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,11 +5,6 @@ const routes = [ path: '/', redirect: '/login' }, - { - path: '/init', - name: 'Init', - component: () => import('@/view/init/index.vue') - }, { path: '/login', name: 'Login',