修改路径

This commit is contained in:
jia 2023-08-08 18:20:37 +08:00
parent c9cbc6a43c
commit 5810ccd5a8

View File

@ -9,10 +9,10 @@ let httpApiThree
// 网络接口修改此字符 小程序域名要求https
// let httpApi = 'http://192.168.31.110:8324' // 测试
if (process.env.NODE_ENV === "development") {
// httpApi = 'https://shop.lihaink.cn' // 生产
httpApi = 'https://shop.lihaink.cn' // 生产
// httpApi = "https://crmeb-test.shop.lihaink.cn"
// httpApi = "http://192.168.0.222"
httpApi = "http://192.168.0.108:8325"
// httpApi = "http://192.168.0.108:8325"
// #ifdef MP-WEIXIN
httpApiTwo = "https://nk.lihaink.cn"
httpApiThree = 'http://ceshi-oa.lihaink.cn'