From 66949765bfe75465c287be74d8a9d475b96e0094 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 10 Apr 2024 19:11:22 +0800
Subject: [PATCH] 订单详情
---
.env.development | 2 +-
src/views/allsetting/paysetting.vue | 13 +------------
2 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/.env.development b/.env.development
index cb587f8..6759de9 100644
--- a/.env.development
+++ b/.env.development
@@ -2,7 +2,7 @@
VUE_APP_PREVIEW=true
# VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/
# VUE_APP_API_BASE_URL=https://api.3falcon.com/
- VUE_APP_API_BASE_URL=https://api.3falcon.com/
+ VUE_APP_API_BASE_URL=http://192.168.0.101:8091/
# VUE_APP_API_BASE_URL=https://www.rksv.store:8091/
# VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/
# VUE_APP_API_BASE_URL=https://192.168.0.102:8091/
diff --git a/src/views/allsetting/paysetting.vue b/src/views/allsetting/paysetting.vue
index cb40da5..9f28346 100644
--- a/src/views/allsetting/paysetting.vue
+++ b/src/views/allsetting/paysetting.vue
@@ -97,21 +97,10 @@
>
<a-select-option value="US">美国</a-select-option>
<a-select-option value="MAS">马来西亚</a-select-option>
+ <a-select-option value="HK">香港</a-select-option>
</a-select>
</a-form-item>
</a-col>
- <!-- <a-col :md="12" :lg="12" :sm="12">
- <a-form-item label="通道类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-select
- placeholder="请选择通道类型"
- v-decorator="['ctype', { rules: [{ required: true, message: '请选择通道类型' }] }]"
- >
- <a-select-option :value="0">支付宝</a-select-option>
- <a-select-option :value="1">公户转账</a-select-option>
- <a-select-option :value="2">其他</a-select-option>
- </a-select>
- </a-form-item>
- </a-col> -->
</a-row>
<a-row :gutter="48">
<a-col :md="12" :lg="12" :sm="12">
--
Gitblit v1.9.3