zhengyiming
4 天以前 42c8c76b00027995e01cbe692198831fbe019f38
src/router/index.ts
@@ -214,7 +214,7 @@
  //       component: () => import('@/views/Reward/RewardGrantRegister.vue'),
  //       meta: {
  //         rank: 10033,
  //         title: '奖励金登记',
  //         title: '可用资金登记',
  //         rootMenu: false,
  //       },
  //     },
@@ -299,6 +299,16 @@
    },
  },
  {
    path: '/DataBoardPage',
    name: 'DataBoardPage',
    hidden: true,
    component: () => import('@/views/DataBoard/DataBoardHome.vue'),
    meta: {
      title: '数据看板',
      rank: 102,
    },
  },
  {
    path: '/Error',
    component: ErrorLayout,
    redirect: '/Error/401',