wupengfei
2025-03-21 77f32b6d96237dc874ca81c0ecab1a21500cc5ab
src/router/index.ts
@@ -73,6 +73,12 @@
    component: Layout,
    redirect: '/home',
    alwaysShow: true,
    meta: {
      rank: 1001,
      icon: 'home',
      title: '保单管理',
      rootMenu: true,
    },
    children: [
      {
        path: 'home',
@@ -80,22 +86,41 @@
        hidden: false,
        component: () => import('@/views/Home/Home.vue'),
        meta: {
          rank: 10001,
          title: '首页',
          rank: 1001,
          title: '保单管理',
          affix: true,
          // rootMenu: true,
          icon: 'home',
        },
      },
    ],
      {
        path: '/InsuranceOrderDetail/:id',
        name: 'InsuranceOrderDetail',
        hidden: true,
        component: () => import('@/views/Home/InsuranceOrderDetail.vue'),
    meta: {
      rank: 1001,
          rank: 10002,
          title: '保单详情',
          // rootMenu: true,
      icon: 'home',
      title: '首页',
      rootMenu: true,
    },
  },
  {
        path: '/BatchChange/:id',
        name: 'BatchChange',
        hidden: true,
        component: () => import('@/views/Home/BatchChange.vue'),
        meta: {
          rank: 10002,
          title: '批改',
          // rootMenu: true,
          icon: 'home',
        },
      },
    ],
  },
  {
    path: '/InsuranceClaim',
    redirect: 'noRedirect',
    component: Layout,