wupengfei
7 天以前 7e50de2f8d2a7696675a3c8d2993082b562598cc
feat: 1.2.0.1
1个文件已修改
52 ■■■■ 已修改文件
src/router/index.ts 52 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.ts
@@ -366,32 +366,32 @@
          icon: 'home',
        },
      },
      // {
      //   path: '/BalanceManageList',
      //   name: 'BalanceManageList',
      //   hidden: false,
      //   alwaysShow: true,
      //   component: () => import('@/views/FinanceManage/BalanceManageList.vue'),
      //   meta: {
      //     rank: 10072,
      //     title: '余额管理',
      //     // rootMenu: true,
      //     icon: 'home',
      //   },
      // },
      // {
      //   path: '/BalanceManageDetail',
      //   name: 'BalanceManageDetail',
      //   hidden: true,
      //   alwaysShow: false,
      //   component: () => import('@/views/FinanceManage/BalanceManageDetail.vue'),
      //   meta: {
      //     rank: 10073,
      //     title: '详情',
      //     // rootMenu: true,
      //     icon: 'home',
      //   },
      // },
      {
        path: '/EnterpriseBalanceManage',
        name: 'EnterpriseBalanceManage',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/FinanceManage/EnterpriseBalanceManage.vue'),
        meta: {
          rank: 10072,
          title: '企业余额管理',
          // rootMenu: true,
          icon: 'home',
        },
      },
      {
        path: '/EnterpriseBalanceManageDetail/:id',
        name: 'EnterpriseBalanceManageDetail',
        hidden: true,
        alwaysShow: false,
        component: () => import('@/views/FinanceManage/EnterpriseBalanceManageDetail.vue'),
        meta: {
          rank: 10073,
          title: '详情',
          // rootMenu: true,
          icon: 'home',
        },
      },
    ],
  },