diff --git a/index.html b/index.html
index 9fe99cd..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/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);
diff --git a/src/views/login.vue b/src/views/login.vue
index 7e10e20..6e7a87f 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -63,7 +63,7 @@ onMounted(() => {
- 嫡盾管理系统登录
+ 熵盾管理系统 V1.0