From 9b8c27edd8942f84da68c36d9292e14e5f93cc14 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 15 五月 2025 14:06:14 +0800 Subject: [PATCH] Merge branch 'dev-3.4.5' of http://120.26.58.240:8888/r/12333GovernmentWeb into dev-3.4.5 --- src/router/index.ts | 63 +++++++++++++++++++------------ 1 files changed, 38 insertions(+), 25 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index e61e205..cb3837d 100644 --- a/src/router/index.ts +++ b/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', }, @@ -221,36 +221,49 @@ rootMenu: false, }, }, - ], - }, - { - path: '/Syatem', - redirect: 'noRedirect', - component: Layout, - hidden: false, - alwaysShow: true, - meta: { - rank: 10030, - title: '绯荤粺閰嶇疆', - rootMenu: true, - icon: 'home', - }, - children: [ { - path: '/Account', - name: 'Account', + path: '/WithdrawalApproval', + name: 'WithdrawalApproval', hidden: false, alwaysShow: true, - component: () => import('@/views/Account/AccountManageList.vue'), + component: () => import('@/views/Reward/WithdrawalApproval.vue'), meta: { - rank: 10031, - title: '璐﹀彿绠$悊', + rank: 10033, + 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', -- Gitblit v1.9.1