From 110abd3377f670d3f0641b48f09f0eb3435bed48 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 17:09:16 +0800
Subject: [PATCH] feat: 接口
---
src/router/index.ts | 182 ++++++++++++++++++++++++++-------------------
1 files changed, 104 insertions(+), 78 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 6ccf758..ed1c6e2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -123,34 +123,34 @@
},
],
},
- {
- 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: '/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',
@@ -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',
@@ -312,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',
@@ -389,37 +389,63 @@
component: () => import('@/views/FinanceManage/FinanceManage.vue'),
meta: {
rank: 10071,
- title: '璐㈠姟绠$悊',
+ title: '鍙戞斁鏄庣粏',
// rootMenu: true,
icon: 'home',
},
},
{
- path: '/EnterpriseBalanceManage',
- name: 'EnterpriseBalanceManage',
+ path: '/BalanceManageV2',
+ name: 'BalanceManageV2',
hidden: false,
alwaysShow: true,
- component: () => import('@/views/FinanceManage/EnterpriseBalanceManage.vue'),
+ component: () => import('@/views/FinanceManage/BalanceManageV2.vue'),
meta: {
rank: 10072,
- title: '浼佷笟浣欓绠$悊',
+ title: '浣欓绠$悊',
// rootMenu: true,
icon: 'home',
},
},
{
- path: '/EnterpriseBalanceManageDetail/:id',
- name: 'EnterpriseBalanceManageDetail',
+ path: '/BalanceRechargeRecord/:id',
+ name: 'BalanceRechargeRecord',
hidden: true,
alwaysShow: false,
- component: () => import('@/views/FinanceManage/EnterpriseBalanceManageDetail.vue'),
+ component: () => import('@/views/FinanceManage/BalanceRechargeRecord.vue'),
meta: {
rank: 10073,
- title: '璇︽儏',
+ 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',
+ // },
+ // },
],
},
--
Gitblit v1.9.1