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