From 53b84e3536c2cf04cc340bc347ac2646be00715f Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 7 Jul 2025 14:26:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- src/views/login.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9fe99cd..1585935 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - 嫡盾管理系统 + + 熵盾管理系统
diff --git a/src/views/login.vue b/src/views/login.vue index 7e10e20..bcdc862 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -63,7 +63,7 @@ onMounted(() => { -

嫡盾管理系统登录

+

熵盾管理系统登录

From 7da8925fa2188754856a626f56fee984b03f886e Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 7 Jul 2025 14:51:11 +0800 Subject: [PATCH 2/3] =?UTF-8?q?refactor(audit):=20=E5=85=85=E5=80=BC?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E9=80=89?= =?UTF-8?q?=E9=A1=B9=20=E6=94=B9=E5=90=8D=E5=AD=97=20=E7=86=B5=E7=9B=BE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F=20V1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- src/views/audit/rechargeAudit.vue | 50 ++++++++------------------------------- src/views/login.vue | 2 +- 3 files changed, 13 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 1585935..4f9afd6 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - 熵盾管理系统 + + 熵盾管理系统 V1.0
diff --git a/src/views/audit/rechargeAudit.vue b/src/views/audit/rechargeAudit.vue index c9f8d37..45c7332 100644 --- a/src/views/audit/rechargeAudit.vue +++ b/src/views/audit/rechargeAudit.vue @@ -219,54 +219,24 @@ const currentRecord = ref(null) const activeName = ref('wait') // 支付方式选项 const payModel = [ + + // 现金、支票、刷卡、其他(各地区电子支付) { - value: '微信支付', - label: '微信支付' - }, - { - value: '支付宝', - label: '支付宝' - }, - { - value: 'IOS内购', - label: 'IOS内购' - }, - { - value: 'PayPal', - label: 'PayPal' - }, - { - value: 'Stripe', - label: 'Stripe' - }, - { - value: 'PaymentAsia', - label: 'PaymentAsia' - }, - { - value: 'iPay88', - label: 'iPay88' - }, - { - value: '当午券', - label: '当午券' + value: '现金', + label: '现金' }, { - value: 'FirstData(SGD)', - label: 'FirstData(SGD)' + value: '支票', + label: '支票' }, { - value: 'PaySolutions', - label: 'PaySolutions' + value: '刷卡', + label: '刷卡' }, { - value: '银盛支付', - label: '银盛支付' + value: '其他(各地区电子支付)', + label: '其他(各地区电子支付)' }, - { - value: '银联支付', - label: '银联支付' - } ] // 表单验证ref const Ref = ref(null) diff --git a/src/views/login.vue b/src/views/login.vue index bcdc862..6e7a87f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -63,7 +63,7 @@ onMounted(() => { -

熵盾管理系统登录

+

熵盾管理系统 V1.0

From 81397a5f17d891ca789411c252b8dd9ef8f1552a Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 7 Jul 2025 16:48:45 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix(consume):=20=E6=8D=A2=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/consume/addCoinConsume.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/consume/addCoinConsume.vue b/src/views/consume/addCoinConsume.vue index d03ccd2..cbe4bdc 100644 --- a/src/views/consume/addCoinConsume.vue +++ b/src/views/consume/addCoinConsume.vue @@ -334,7 +334,7 @@ const getGoods = async function () { const result = await request({ // url: "/product", // // url: "http://39.101.133.168:8828/live_mall/api/product/all", - url: "https://api.homilychart.com/live_mall", + url: "https://api.homilychart.com/live_mall/api/product/all", }); // 将响应结果存储到响应式数据中 console.log("请求成功", result);