From c7a23983fdda66cb29889d4e07a5720fd13bc10e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 28 Jan 2026 09:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d59b55fa..de2d62e5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -70,20 +70,20 @@ export const constantRoutes = [ ] }, - { - path: '', - component: Layout, - redirect: 'index1', - children: [ - { - path: 'index1', - component: () => import('@/views/index'), - name: 'Index1', - meta: { title: '导航', icon: 'dashboard', affix: true } - }, + // { + // path: '', + // component: Layout, + // redirect: 'index1', + // children: [ + // { + // path: 'index1', + // component: () => import('@/views/index'), + // name: 'Index1', + // meta: { title: '导航', icon: 'dashboard', affix: true } + // }, - ] - }, + // ] + // }, { path: '/qrCode/qrCodePage', component: () => import('@/views/qrCode/qrCode'),