From 575ba131ae090165ac7f699f08cd772277412efd Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Tue, 5 Sep 2023 11:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 ++-- pages/index/index.vue | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/app.js b/config/app.js index adddc06..29070a6 100644 --- a/config/app.js +++ b/config/app.js @@ -9,8 +9,8 @@ let httpApiThree // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.110:8324' // 测试 if (process.env.NODE_ENV === "development") { - // httpApi = 'https://shop.lihaink.cn' // 生产 - httpApi = "https://crmeb-test.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' diff --git a/pages/index/index.vue b/pages/index/index.vue index 9b76b2d..f52da0d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -160,13 +160,18 @@ onLoad() { + + this.getCateList() this.getArticle() this.getGoods() this.Area() - this.setPermissions() + //this.setPermissions() + + + // this.openTongZhi() uni.$on('connectstatusChange', (connectstatus) => { var connectstr = ''