增加本地测试链接

This commit is contained in:
2025-07-15 17:09:49 +08:00
parent d1621e78f1
commit 7c2b8b7840

View File

@@ -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() {