From 8deb0d3aaf9e09078dc2f8b8df1cef8e2ee204d7 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 09 六月 2025 16:34:50 +0800 Subject: [PATCH] feat: 接口 --- apps/taro/config/staging.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/taro/config/staging.js b/apps/taro/config/staging.js index 8046c5f..1a6e4ad 100644 --- a/apps/taro/config/staging.js +++ b/apps/taro/config/staging.js @@ -7,13 +7,15 @@ BASE_URL_H5: '"https://testrlywx.boleyuma.com"', BASE_URL_JX: '"https://api.jx818.com"', - OSS_URL: '"https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/"', - APP_ENV: '"staging"', WEMAP_KEY: 'T2UBZ-N563J-ZCHFF-XDOXN-VCH7S-CJB2T', WXPayAppId: '"wxf940ff1d35a98493"', }, + defineConstants: { + OSS_URL: '"https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/"', + CLIENT_ORIGIN: '"https://jftest.81812333.com"', + }, h5: { output: { path: path.resolve(__dirname, '..', `dist/h5-staging`), -- Gitblit v1.9.1