diff --git a/pages/index/index.js b/pages/index/index.js index 74d98dd..420a0b1 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -176,7 +176,7 @@ console.log( res.data.list); wxCode:'', app:'gov', client:'wxmp', - appId:'wxaf87b420b87e2d79' + appId:'wx7ff137a3f9393c98' } wx.showLoading({ title: '加载中...', diff --git a/pages/login/login.js b/pages/login/login.js index 0ec0f79..f4f27a8 100644 --- a/pages/login/login.js +++ b/pages/login/login.js @@ -11,7 +11,7 @@ Page({ formData:{ mobile:'', password:'', - appId:'wxaf87b420b87e2d79' + appId:'wx7ff137a3f9393c98' }, show:false }, diff --git a/pages/webView/webView.wxml b/pages/webView/webView.wxml index d0509c7..4285eae 100644 --- a/pages/webView/webView.wxml +++ b/pages/webView/webView.wxml @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/pages/work2/work2.js b/pages/work2/work2.js index 54fb7f9..30cf938 100644 --- a/pages/work2/work2.js +++ b/pages/work2/work2.js @@ -123,7 +123,7 @@ Page({ onHotlineCompletion(){ let token=wx.getStorageSync('token') console.log(token,"jhgjgjjhbj"); - console.log('https://epmet-preview.elinkservice.cn/epmet-work-h5/#/Hotline?worktoken='+token) + console.log('https://epmet.xianghezhijia.com/epmet-work-h5/#/Hotline?worktoken='+token) wx.navigateTo({ url: '/pages/webView/webView?worktoken='+token, }) diff --git a/project.config.json b/project.config.json index 49963e6..6fb9ec9 100644 --- a/project.config.json +++ b/project.config.json @@ -51,7 +51,7 @@ }, "compileType": "miniprogram", "libVersion": "2.19.4", - "appid": "wxaf87b420b87e2d79", + "appid": "wx7ff137a3f9393c98", "projectname": "miniprogram-92", "editorSetting": { "tabIndent": "insertSpaces", diff --git a/subpages/morenews/pages/morenews/morenews.js b/subpages/morenews/pages/morenews/morenews.js index 2710f3f..a2dd9a6 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:'wx7ff137a3f9393c98' } wx.showLoading({ title: '加载中...', diff --git a/utils/config.js b/utils/config.js index 86692a6..82598e1 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.xianghezhijia.com/api/' // 向和之家环境 // return 'http://192.168.1.144/api/' //测试环境 // return 'http://219.146.91.110:30801/api/' // return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境