From 45f8f23fcc773cf36b05b4a6784ecb888945009e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Tue, 9 Apr 2024 09:55:04 +0800 Subject: [PATCH] 1 --- framework/0-conf.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/0-conf.js b/framework/0-conf.js index 55ff58b..a28439e 100644 --- a/framework/0-conf.js +++ b/framework/0-conf.js @@ -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