This commit is contained in:
魏啾
2024-04-09 09:55:04 +08:00
parent 6040e37da2
commit 45f8f23fcc

View File

@@ -3,10 +3,10 @@ const debug = true;
const proxyApi = "/api"
// #endif
// #ifdef MP-WEIXIN || MP-ALIPAY
// const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上
// const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrl = "https://wxcashiertest.sxczgkj.cn/cashierService" //测试
const baseUrlwws = 'wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
// const baseUrl = "https://wxcashiertest.sxczgkj.cn/cashierService" //测试
// const baseUrlwws = 'wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
// #endif
// #ifdef H5