路由配置

This commit is contained in:
BianLzhaoMin 2025-09-14 15:13:42 +08:00
parent fd3f875751
commit 883805c498
1 changed files with 4 additions and 2 deletions

View File

@ -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',