From c90b33cb45a3865257526ff6d50d345ceaea7bc6 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 11 Aug 2022 13:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- utils/domain.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 16c8fd4..d5bfc1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "去房智控管家", + "name" : "数智工牌", "appid" : "__UNI__7A1611D", "description" : "去房智控管家", "versionName" : "1.1.0", @@ -91,7 +91,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx8f883dca5ecc5510", + "appid" : "wxe044603515ff2cb5", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/utils/domain.js b/utils/domain.js index c689739..1394fd5 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,6 +1,7 @@ // http.js使用域名 // const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1 -const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 +// const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) +const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.231:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩