From 30f097f48e25e50c0c16a1f24bc70ce2ccf40d21 Mon Sep 17 00:00:00 2001 From: donghaolin <17667510818@163.com> Date: Sun, 2 Mar 2025 10:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=99=A4=E4=BB=A5100?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E5=87=BA=E7=9A=84=E6=95=B0=E6=8D=AE=E9=99=A4?= =?UTF-8?q?=E4=BB=A5100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gold-system/src/views/audit/rechargeAudit.vue | 246 ++++++++--- gold-system/src/views/audit/refundAudit.vue | 219 ++++++++-- gold-system/src/views/consume/addConsume.vue | 136 ++++-- gold-system/src/views/consume/allConsume.vue | 170 ++++++-- gold-system/src/views/index.vue | 62 ++- gold-system/src/views/login.vue | 39 +- gold-system/src/views/managerecharge/activity.vue | 28 +- gold-system/src/views/managerecharge/rate.vue | 14 +- gold-system/src/views/permissions/index.vue | 303 ++++++++++---- gold-system/src/views/recharge/addRecharge.vue | 481 +++++++++++++++++----- gold-system/src/views/recharge/adminRecharge.vue | 21 +- gold-system/src/views/recharge/allRecharge.vue | 188 +++++++-- gold-system/src/views/refund/addRefund.vue | 134 ++++-- gold-system/src/views/refund/allRefund.vue | 14 +- gold-system/src/views/usergold/index.vue | 95 +++-- gold-system/src/views/usergoldInfo/index.vue | 111 +++-- gold-system/src/views/workspace/index.vue | 182 +++++--- 17 files changed, 1866 insertions(+), 577 deletions(-) diff --git a/gold-system/src/views/audit/rechargeAudit.vue b/gold-system/src/views/audit/rechargeAudit.vue index 40453b9..eb3438c 100644 --- a/gold-system/src/views/audit/rechargeAudit.vue +++ b/gold-system/src/views/audit/rechargeAudit.vue @@ -19,7 +19,7 @@ const adminData = ref({}); const getAdminData = async function () { try { const result = await API.post( - "/hwjb/admin/userinfo", + "http://54.251.137.151:10702/admin/userinfo", {} ); adminData.value = result; @@ -30,7 +30,6 @@ const getAdminData = async function () { } }; - // 充值明细表格 const tableData = ref([]); // 搜索====================================== @@ -123,8 +122,11 @@ const get = async function (val) { console.log("搜索参数", getObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/recharge/recharge", - { ...getObj.value, rechargeVo: { ...rechargeVo.value } } + "http://54.251.137.151:10702/recharge/recharge", + { + ...getObj.value, + rechargeVo: { ...rechargeVo.value }, + } ); // 将响应结果存储到响应式数据中 @@ -253,7 +255,7 @@ const getActivity = async function () { try { // 发送POST请求 const result = await API.post( - "/hwjb/recharge/activity/select", + "http://54.251.137.151:10702/recharge/activity/select", {} ); @@ -272,7 +274,7 @@ const getArea = async function () { try { // 发送POST请求 const result = await API.post( - "/hwjb/recharge/user/search", + "http://54.251.137.151:10702/recharge/user/search", {} ); // 将响应结果存储到响应式数据中 @@ -337,7 +339,7 @@ const passConfirm = async function () { console.log("通过对象", passObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/audit/audit/goldedit", + "http://54.251.137.151:10702/audit/audit/goldedit", passObj.value ); @@ -384,7 +386,7 @@ const rejectConfirm = async function () { console.log("驳回对象", rejectObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/audit/audit/goldedit", + "http://54.251.137.151:10702/audit/audit/goldedit", rejectObj.value ); @@ -436,32 +438,69 @@ onMounted(async function () {
精网号: - +
活动名称: - - + +
充值方式: - - + +
所属地区: - - + +
@@ -470,9 +509,16 @@ onMounted(async function () {
充值时间: - - + + 近7天
@@ -490,7 +536,12 @@ onMounted(async function () { - + @@ -498,7 +549,12 @@ onMounted(async function () {
- + - + - + - + 驳回
@@ -585,17 +691,42 @@ onMounted(async function () { @@ -604,12 +735,29 @@ onMounted(async function () {
- + - + - + - + 驳回 @@ -565,17 +658,42 @@ onMounted(async function () { @@ -584,12 +702,29 @@ onMounted(async function () { - +