From 7c2b8b784088b3dba69687508d041d052171b504 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 15 Jul 2025 17:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=AC=E5=9C=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commons/config.js b/commons/config.js index 9648c09..9b19bd0 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,5 +1,5 @@ //打包时修改env的值即可 -const env = 'local' //test,production,local +const env = 'zhangsong_local' //test,production,local export const encryptKey = '1234567890123456' // http数据加解密的key @@ -10,6 +10,7 @@ export const h5Config = { test: 'https://web-api.hnsiyao.cn', // local: 'http://192.168.1.21:8100', local: 'http://192.168.1.43:1333', + zhangsong_local:'http://192.168.1.54:1024' } export const AppConfig = { @@ -17,6 +18,7 @@ export const AppConfig = { test: 'https://web-api.hnsiyao.cn', // local: 'http://192.168.1.21:8100', local: 'http://192.168.1.43:1333', + zhangsong_local:'http://192.168.1.54:1024' } export function returnShareUrl() {