From bc8250e7eb75e7c8d0614b65b6b84a7321d7dd8b Mon Sep 17 00:00:00 2001 From: jiang Date: Thu, 20 Nov 2025 13:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 6ca5b20c..fdf34080 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -68,8 +68,22 @@ export const constantRoutes = [ children: [ { path: 'index', - component: () => import('@/views/index'), + component: () => import('@/views/screen/wsScreen/index'), name: 'Index', + 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 } },