From 5810ccd5a8a55746cc7a072051dba884da311b0d Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Tue, 8 Aug 2023 18:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.js b/config/app.js index 1284abe..30401c6 100644 --- a/config/app.js +++ b/config/app.js @@ -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'