wupengfei
2025-04-24 782da0949237a872d285368f2e93f0bcd5aa64ef
fix: bug
1个文件已修改
4 ■■■■ 已修改文件
src/router/index.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.ts
@@ -192,7 +192,7 @@
    alwaysShow: true,
    meta: {
      rank: 10030,
      title: '奖励金',
      title: '平台奖励',
      rootMenu: true,
      icon: 'home',
    },
@@ -205,7 +205,7 @@
        component: () => import('@/views/Reward/RewardGrant.vue'),
        meta: {
          rank: 10031,
          title: '奖励金发放',
          title: '奖励发放',
          // rootMenu: true,
          icon: 'home',
        },