1
wwl
2025-02-13 5ff3a47f69eef3549dadd0dc71f20ad72a4cde7f
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",
      }
    ]
  },