From 915424730f27445da2e8de13b62e77179cc1a15a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 18 八月 2025 17:07:39 +0800
Subject: [PATCH] fix: 关闭移动充值渠道,打开电信充值渠道
---
apps/taro/config/dev.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/apps/taro/config/dev.js b/apps/taro/config/dev.js
index 172be07..242decb 100644
--- a/apps/taro/config/dev.js
+++ b/apps/taro/config/dev.js
@@ -1,15 +1,17 @@
module.exports = {
env: {
NODE_ENV: '"development"',
- BASE_URL: '"http://localhost:57190"',
+ BASE_URL: '"http://localhost:58190"',
BASE_URL_H5: '"/"',
BASE_URL_JX: '"https://api.jx818.com"',
- OSS_URL: '"https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/"',
WEMAP_KEY: 'T2UBZ-N563J-ZCHFF-XDOXN-VCH7S-CJB2T',
- WXPayAppId: 'wxf940ff1d35a98493',
+ WXPayAppId: '"wxf940ff1d35a98493"',
},
- defineConstants: {},
+ defineConstants: {
+ OSS_URL: '"https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/"',
+ CLIENT_ORIGIN: '"http://192.168.10.88:10086"',
+ },
mini: {},
h5: {},
};
--
Gitblit v1.9.1