From 181cdb9fe68000c394153bdc88892df4bd3e79cb Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 25 Oct 2024 18:05:50 +0800 Subject: [PATCH 1/2] 11 --- .env.development | 4 +- .env.production | 2 +- src/api/rl/withdraw.js | 15 + src/views/system/agent/index.vue | 25 +- src/views/system/channelWithdraw/index.vue | 11 +- src/views/system/merchant/merchantList.vue | 13 + src/views/system/model/index.vue | 3 +- src/views/system/partner/index.vue | 508 +++++++++++---------- 8 files changed, 312 insertions(+), 269 deletions(-) create mode 100644 src/views/system/merchant/merchantList.vue diff --git a/.env.development b/.env.development index 963657b..f882c4e 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,9 @@ ENV = 'development' # 电动车租赁系统/开发环境 # VUE_APP_BASE_API = '/dev-api' -# VUE_APP_BASE_API = 'http://192.168.2.21:8090' +VUE_APP_BASE_API = 'http://192.168.2.168:8090' # VUE_APP_BASE_API = 'https://zc.chuangtewl.com' -VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api' +# VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api' # 路由懒加载 diff --git a/.env.production b/.env.production index bbeca68..20b6401 100644 --- a/.env.production +++ b/.env.production @@ -8,5 +8,5 @@ ENV = 'production' # VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_API = 'http://192.168.2.21:8090' # VUE_APP_BASE_API = 'https://zc.chuangtewl.com' -VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api' +# VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api' VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api' diff --git a/src/api/rl/withdraw.js b/src/api/rl/withdraw.js index 4df9197..4d3acd7 100644 --- a/src/api/rl/withdraw.js +++ b/src/api/rl/withdraw.js @@ -42,3 +42,18 @@ export function delWithdraw(id) { method: 'delete' }) } + +export function getuserWithdraw(id) { + return request({ + url: '/user/user/getUserWithdrawChannelList?userId=' + id, + method: 'get' + }) +} +// 修改提现记录 +export function putuserWithdraw(data) { + return request({ + url: '/user/user/eidtUserWithdrawChannel', + method: 'put', + data: data + }) +} \ No newline at end of file diff --git a/src/views/system/agent/index.vue b/src/views/system/agent/index.vue index 7ea43fd..dcb4bd5 100644 --- a/src/views/system/agent/index.vue +++ b/src/views/system/agent/index.vue @@ -122,35 +122,38 @@ /> - - - + + + - + - + - + - + - + - + - + - + + + +