From 883805c49874c0d6537ef33a9d65d5714c3d96df Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sun, 14 Sep 2025 15:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 493e7363..08f0b502 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -82,12 +82,14 @@ export const constantRoutes = [ { path: '/screen/cityScreen', component: () => import('@/views/screen/cityScreen/index'), - hidden: true, + + meta: { title: '城市大屏', icon: 'dashboard', affix: true }, }, { path: '/screen/wsScreen', component: () => import('@/views/screen/wsScreen/index'), - hidden: true, + + meta: { title: '省级大屏', icon: 'dashboard', affix: true }, }, { path: '/user',