From 14368e8a09c4b5793d0975f85e36a4c1d410ca36 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 16 五月 2025 17:27:24 +0800 Subject: [PATCH] feat: UI --- apps/taro/config/dev.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/taro/config/dev.js b/apps/taro/config/dev.js index 46d0db9..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"', }, - 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