修改本地测试连接,增加会员中心分包和页面

This commit is contained in:
2025-09-25 11:12:20 +08:00
parent c7e4e5e26b
commit e38cfe1eaa
16 changed files with 491 additions and 48 deletions

View File

@@ -5,16 +5,16 @@ const proxyApi = "/api"
// #endif
// #ifdef MP-WEIXIN || APP || MP-ALIPAY
const proxyApi = 'http://192.168.1.31' // 调试地址
const proxyApiwws = 'ws://192.168.1.31:2348' // 调试地址
const proxyApi = 'http://192.168.0.71' // 调试地址
const proxyApiwws = 'ws://192.168.0.71:2348' // 调试地址
// 测试
// const proxyApi = "https://fv901fw8033.vicp.fun"
// const proxyApiwws = 'wss://sockets.sxczgkj.com/wss'
// #endif
// #ifdef H5
const baseUrl = debug ? proxyApi : "http://192.168.1.31"
const baseUrlwws = 'ws://192.168.1.31:2348'
const baseUrl = debug ? proxyApi : "http://192.168.0.71"
const baseUrlwws = 'ws://192.168.0.71:2348'
// #endif
// #ifdef APP || MP-WEIXIN || MP-ALIPAY