From ae17051ad572fd69f40192e29a96e42c898aff78 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 01 九月 2025 16:43:59 +0800 Subject: [PATCH] feat: 签约 --- apps/bMiniApp/config/dev.js | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/apps/bMiniApp/config/dev.js b/apps/bMiniApp/config/dev.js index 761ccfb..0578270 100644 --- a/apps/bMiniApp/config/dev.js +++ b/apps/bMiniApp/config/dev.js @@ -3,20 +3,22 @@ module.exports = { env: { NODE_ENV: '"development"', - BASE_URL: '"http://localhost:57190"', + BASE_URL: '"http://localhost:53780"', BASE_URL_JX: '"https://api.jx818.com"', + + APP_ENV: '"development"', OSS_URL: '"https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/"', WEMAP_KEY: 'T2UBZ-N563J-ZCHFF-XDOXN-VCH7S-CJB2T', }, - plugins: [ - [ - '@tarojs/plugin-mock', - { - mocks: mocks, - }, - ], - ], + // plugins: [ + // [ + // '@tarojs/plugin-mock', + // { + // mocks: mocks, + // }, + // ], + // ], defineConstants: {}, mini: {}, h5: {}, -- Gitblit v1.9.1