wupengfei
2025-11-10 8588e0fd3ad5ba29662c9339a4049c285b21f159
src/router/index.ts
@@ -284,19 +284,19 @@
          icon: 'home',
        },
      },
      {
        path: '/BalanceManage',
        name: 'BalanceManage',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
        meta: {
          rank: 10042,
          title: '余额管理',
          // rootMenu: true,
          icon: 'home',
        },
      },
      // {
      //   path: '/BalanceManage',
      //   name: 'BalanceManage',
      //   hidden: false,
      //   alwaysShow: true,
      //   component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
      //   meta: {
      //     rank: 10042,
      //     title: '余额管理',
      //     // rootMenu: true,
      //     icon: 'home',
      //   },
      // },
      {
        path: '/ServiceChargeDetail/:id',
        name: 'ServiceChargeDetail',
@@ -389,7 +389,33 @@
        component: () => import('@/views/FinanceManage/FinanceManage.vue'),
        meta: {
          rank: 10071,
          title: '财务管理',
          title: '发放明细',
          // rootMenu: true,
          icon: 'home',
        },
      },
      {
        path: '/BalanceManageV2',
        name: 'BalanceManageV2',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/FinanceManage/BalanceManageV2.vue'),
        meta: {
          rank: 10072,
          title: '余额管理',
          // rootMenu: true,
          icon: 'home',
        },
      },
      {
        path: '/BalanceRechargeRecord/:id',
        name: 'BalanceRechargeRecord',
        hidden: true,
        alwaysShow: false,
        component: () => import('@/views/FinanceManage/BalanceRechargeRecord.vue'),
        meta: {
          rank: 10073,
          title: '充值记录',
          // rootMenu: true,
          icon: 'home',
        },