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 @@