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", } ] },