wupengfei
2025-04-24 782da0949237a872d285368f2e93f0bcd5aa64ef
src/router/index.ts
@@ -192,20 +192,20 @@
    alwaysShow: true,
    meta: {
      rank: 10030,
      title: '奖励金',
      title: '平台奖励',
      rootMenu: true,
      icon: 'home',
    },
    children: [
      {
        path: '/RewardList',
        name: 'RewardList',
        path: '/RewardGrant',
        name: 'RewardGrant',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/Reward/Reward.vue'),
        component: () => import('@/views/Reward/RewardGrant.vue'),
        meta: {
          rank: 10031,
          title: '奖励金发放',
          title: '奖励发放',
          // rootMenu: true,
          icon: 'home',
        },