From 5ff3a47f69eef3549dadd0dc71f20ad72a4cde7f Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 13 二月 2025 20:27:13 +0800 Subject: [PATCH] 1 --- src/router/index.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 4a05f71..1f5425c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -38,7 +38,7 @@ children: [ { path: '/redirect/:path(.*)', - component: () => import('@/views/redirect') + component: () => import('@/views/redirect'), }, { path: '/emer', @@ -203,7 +203,8 @@ path: 'index', component: () => import('@/views/index'), name: 'Index', - meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + meta: { title: '棣栭〉', icon: 'dashboard', affix: true ,} + // routerType:"xamjyy", } ] }, -- Gitblit v1.8.0