diff --git a/pages/index/index.js b/pages/index/index.js index ec24719..d13a7f3 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -305,7 +305,7 @@ console.log( res.data.list); wxCode:'', app:'gov', client:'wxmp', - appId:'wxaf87b420b87e2d79' + appId:'wx6b8716e63abe1b39' } wx.showLoading({ title: '加载中...', diff --git a/pages/login/login.js b/pages/login/login.js index 0ec0f79..a802216 100644 --- a/pages/login/login.js +++ b/pages/login/login.js @@ -11,7 +11,7 @@ Page({ formData:{ mobile:'', password:'', - appId:'wxaf87b420b87e2d79' + appId:'wx6b8716e63abe1b39' }, show:false }, diff --git a/project.config.json b/project.config.json index b32cafc..5c49d1a 100644 --- a/project.config.json +++ b/project.config.json @@ -54,5 +54,5 @@ "ignore": [], "include": [] }, - "appid": "wxaf87b420b87e2d79" + "appid": "wx6b8716e63abe1b39" } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 0f76042..43fd295 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,7 +3,7 @@ "projectname": "epmet-work-minniprogram", "setting": { "compileHotReLoad": true, - "urlCheck": false + "urlCheck": true }, "libVersion": "2.19.6", "condition": { diff --git a/subpages/morenews/pages/morenews/morenews.js b/subpages/morenews/pages/morenews/morenews.js index 2710f3f..ce899a7 100644 --- a/subpages/morenews/pages/morenews/morenews.js +++ b/subpages/morenews/pages/morenews/morenews.js @@ -89,7 +89,7 @@ onScrollToLower(e){ wxCode:'', app:'gov', client:'wxmp', - appId:'wxaf87b420b87e2d79' + appId:'wx6b8716e63abe1b39' } wx.showLoading({ title: '加载中...', diff --git a/utils/config.js b/utils/config.js index 6d7c211..e06e158 100644 --- a/utils/config.js +++ b/utils/config.js @@ -13,7 +13,7 @@ module.exports = { }; function BASEURL() { - return 'https://epmet-preview.elinkservice.cn/api/' //测试环境 + return 'https://epmet-dongming.elinkservice.cn/api/' //测试环境 } function getToken() {