站点地图刷新后菜单不高亮问题
This commit is contained in:
@ -2,12 +2,12 @@ import Layout from "@/layout/index.vue";
|
||||
|
||||
const ems = [
|
||||
{
|
||||
path: '/zddt',
|
||||
path: '',
|
||||
component: Layout,
|
||||
redirect: 'zddt',
|
||||
redirect: 'noRedirect',
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
path: 'zddt',
|
||||
component: () => import('@/views/ems/zddt/index'),
|
||||
name: 'zddt',
|
||||
meta: { title: '站点地图', icon: 'guide' }
|
||||
|
Reference in New Issue
Block a user