wupengfei
2025-05-07 6bac509f8e6efc205d9f37a84c9b019ec828467a
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',
        },
@@ -223,34 +223,34 @@
      },
    ],
  },
  {
    path: '/Syatem',
    redirect: 'noRedirect',
    component: Layout,
    hidden: false,
    alwaysShow: true,
    meta: {
      rank: 10030,
      title: '系统配置',
      rootMenu: true,
      icon: 'home',
    },
    children: [
      {
        path: '/Account',
        name: 'Account',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/Account/AccountManageList.vue'),
        meta: {
          rank: 10031,
          title: '账号管理',
          // rootMenu: true,
          icon: 'home',
        },
      },
    ],
  },
  // {
  //   path: '/Syatem',
  //   redirect: 'noRedirect',
  //   component: Layout,
  //   hidden: true,
  //   alwaysShow: false,
  //   meta: {
  //     rank: 10030,
  //     title: '系统配置',
  //     rootMenu: true,
  //     icon: 'home',
  //   },
  //   children: [
  //     {
  //       path: '/Account',
  //       name: 'Account',
  //       hidden: true,
  //       alwaysShow: true,
  //       component: () => import('@/views/Account/AccountManageList.vue'),
  //       meta: {
  //         rank: 10031,
  //         title: '账号管理',
  //         // rootMenu: true,
  //         icon: 'home',
  //       },
  //     },
  //   ],
  // },
  {
    path: '/Login',