From 51d843e908d9dd1142bbe626331faa1c0c5df82e Mon Sep 17 00:00:00 2001 From: zhaoln Date: Tue, 8 Apr 2025 15:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gold-system/src/util/http.js | 2 +- gold-system/src/views/index.vue | 75 +- gold-system/src/views/recharge/addRecharge.vue | 910 ++++++++--------- gold-system/src/views/recharge/adminRecharge.vue | 497 +++++---- gold-system/src/views/recharge/allRecharge.vue | 458 ++++----- gold-system/src/views/refund/addRefund.vue | 311 +++--- gold-system/src/views/refund/allRefund.vue | 493 +++++---- gold-system/src/views/usergoldInfo/index.vue | 247 +++-- gold-system/src/views/workspace/index.vue | 1176 +++++++++++----------- 9 files changed, 2058 insertions(+), 2111 deletions(-) diff --git a/gold-system/src/util/http.js b/gold-system/src/util/http.js index 31d1d3f..8be5172 100644 --- a/gold-system/src/util/http.js +++ b/gold-system/src/util/http.js @@ -1,7 +1,7 @@ import request from './request' export default function requestHandler(options) { - const { method = 'get', url, data = {}, params = {}, headers = {} } = options + const { method = 'post', url, data = {}, params = {}, headers = {} } = options return request({ method, diff --git a/gold-system/src/views/index.vue b/gold-system/src/views/index.vue index 9ff7a6f..a116f95 100644 --- a/gold-system/src/views/index.vue +++ b/gold-system/src/views/index.vue @@ -1,70 +1,67 @@