From 8588e0fd3ad5ba29662c9339a4049c285b21f159 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 10:22:01 +0800
Subject: [PATCH] fix: bug
---
src/router/index.ts | 168 +++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 111 insertions(+), 57 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index f101ed8..ed1c6e2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,33 +96,61 @@
},
},
{
- path: '/FlexJobManage',
+ path: '/SupplierManage',
redirect: 'noRedirect',
component: Layout,
hidden: false,
alwaysShow: true,
meta: {
- rank: 10010,
- title: '鐏靛伐绠$悊',
+ rank: 10005,
+ title: '渚涘簲鍟嗙鐞�',
rootMenu: true,
icon: 'home',
},
children: [
{
- path: '/FlexJobManageList',
- name: 'FlexJobManageList',
+ path: '/SupplierManageList',
+ name: 'SupplierManageList',
hidden: false,
alwaysShow: true,
- component: () => import('@/views/FlexJobManage/FlexJobManage.vue'),
+ component: () => import('@/views/SupplierManage/SupplierManageList.vue'),
meta: {
- rank: 10011,
- title: '鐏靛伐绠$悊',
+ rank: 10005,
+ title: '渚涘簲鍟嗙鐞�',
// rootMenu: true,
icon: 'home',
},
},
],
},
+ // {
+ // path: '/FlexJobManage',
+ // redirect: 'noRedirect',
+ // component: Layout,
+ // hidden: false,
+ // alwaysShow: true,
+ // meta: {
+ // rank: 10010,
+ // title: '鐏靛伐绠$悊',
+ // rootMenu: true,
+ // icon: 'home',
+ // },
+ // children: [
+ // {
+ // path: '/FlexJobManageList',
+ // name: 'FlexJobManageList',
+ // hidden: false,
+ // alwaysShow: true,
+ // component: () => import('@/views/FlexJobManage/FlexJobManage.vue'),
+ // meta: {
+ // rank: 10011,
+ // title: '鐏靛伐绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // ],
+ // },
{
path: '/EmploymentManage',
redirect: 'noRedirect',
@@ -256,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',
@@ -284,34 +312,34 @@
},
],
},
- {
- path: '/AgreementManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10050,
- title: '鍗忚绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/AgreementManageList',
- name: 'AgreementManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/AgreementManage/AgreementManageList.vue'),
- meta: {
- rank: 10051,
- title: '鍗忚绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
+ // {
+ // path: '/AgreementManage',
+ // redirect: 'noRedirect',
+ // component: Layout,
+ // hidden: false,
+ // alwaysShow: true,
+ // meta: {
+ // rank: 10050,
+ // title: '鍗忚绠$悊',
+ // rootMenu: true,
+ // icon: 'home',
+ // },
+ // children: [
+ // {
+ // path: '/AgreementManageList',
+ // name: 'AgreementManageList',
+ // hidden: false,
+ // alwaysShow: true,
+ // component: () => import('@/views/AgreementManage/AgreementManageList.vue'),
+ // meta: {
+ // rank: 10051,
+ // title: '鍗忚绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // ],
+ // },
// {
// path: '/WithdrawManage',
// redirect: 'noRedirect',
@@ -361,30 +389,56 @@
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',
},
},
// {
- // path: '/BalanceManageList',
- // name: 'BalanceManageList',
+ // path: '/EnterpriseBalanceManage',
+ // name: 'EnterpriseBalanceManage',
// hidden: false,
// alwaysShow: true,
- // component: () => import('@/views/FinanceManage/BalanceManageList.vue'),
+ // component: () => import('@/views/FinanceManage/EnterpriseBalanceManage.vue'),
// meta: {
// rank: 10072,
- // title: '浣欓绠$悊',
+ // title: '浼佷笟浣欓绠$悊',
// // rootMenu: true,
// icon: 'home',
// },
// },
// {
- // path: '/BalanceManageDetail',
- // name: 'BalanceManageDetail',
+ // path: '/EnterpriseBalanceManageDetail/:id',
+ // name: 'EnterpriseBalanceManageDetail',
// hidden: true,
// alwaysShow: false,
- // component: () => import('@/views/FinanceManage/BalanceManageDetail.vue'),
+ // component: () => import('@/views/FinanceManage/EnterpriseBalanceManageDetail.vue'),
// meta: {
// rank: 10073,
// title: '璇︽儏',
--
Gitblit v1.9.1