白屏,首页,霸王餐,网络完善
This commit is contained in:
@@ -7,6 +7,10 @@ const proxyApi = "/api"
|
||||
// #ifdef MP-WEIXIN || APP || MP-ALIPAY
|
||||
const proxyApi = 'https://tapi.cashier.sxczgkj.cn' // 调试地址
|
||||
const proxyApiwws = 'wss://sockets.sxczgkj.com/wss' // 调试地址
|
||||
|
||||
// // 本地
|
||||
// const proxyApi = 'http://192.168.1.31' // 固定的测试
|
||||
// const proxyApiwws = 'ws://192.168.1.43:2348' //宏哥本地
|
||||
// #endif
|
||||
|
||||
// #ifdef H5
|
||||
@@ -15,7 +19,7 @@ const baseUrlwws = 'wss://sockets.sxczgkj.com/wss'
|
||||
// #endif
|
||||
|
||||
// #ifdef APP || MP-WEIXIN || MP-ALIPAY
|
||||
const baseUrl = debug ? proxyApi : 'https://cashier.sxczgkj.com' //
|
||||
const baseUrl = debug ? proxyApi : 'https://cashier.sxczgkj.com' // 线上
|
||||
const baseUrlwws = debug ? proxyApiwws : 'wss://czgeatws.sxczgkj.com/wss' // 线上
|
||||
// #endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user