qx
qx
2025-02-11 9fa19968f04de83a13041194b18f6aa2e0c38660
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",
      }
    ]
  },