From 22311ee16f84b9eb277bc131cab4c5b2ac5b96bd Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 16 Sep 2021 10:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api.js | 2 +- manifest.json | 2 +- pages/about/index.vue | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/common/api.js b/common/api.js index 8f42055..a1849a7 100644 --- a/common/api.js +++ b/common/api.js @@ -1,7 +1,7 @@ // appId: 正式 null | 测试 wxeb58570b5e04d147 export const DEV = "prod"; // dev 测试 | prod 正式 export const VERSION = '1.0.0'; // 版本号 -export const DEVURL = 'https://yytx.eugyl.com'; // 测试服请求地址 +export const DEVURL = 'https://hainan.lanzulive.com'; // 测试服请求地址 // export const DEVURL = 'http://hainan.com'; // 测试服请求地址 export const PRODURL = 'https://yytx.eugyl.com'; // 正式服请求地址 diff --git a/manifest.json b/manifest.json index 477adb2..208bb63 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxeb58570b5e04d147", + "appid" : "wx5bd5789ad8f89524", "setting" : { "urlCheck" : true, "es6" : false, diff --git a/pages/about/index.vue b/pages/about/index.vue index 787e40a..2e79319 100644 --- a/pages/about/index.vue +++ b/pages/about/index.vue @@ -1,5 +1,6 @@