From b0415b0c97f41a182a1a11ff6a93d04108c04020 Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Wed, 16 Aug 2023 17:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 14 +- pages/personcenter/personcenter.vue | 1049 ++++++++++++++------------- 2 files changed, 540 insertions(+), 523 deletions(-) diff --git a/common/config.js b/common/config.js index 16ba215..2033dfc 100644 --- a/common/config.js +++ b/common/config.js @@ -1,7 +1,7 @@ -// const REAUEST_ROOTPATH = "https://hdyjy.jiangongtong.cn/"; - // const REAUEST_ROOTPATH = "http://127.0.0.1:8083/"; - const REAUEST_ROOTPATH = "http://192.168.130.109:8083/"; - const ROOTPATH = "http://192.168.130.109:8083/"; +const REAUEST_ROOTPATH = "https://www.lbgjtoa.com/"; + const ROOTPATH = "https://www.lbgjtoa.com/"; + // const REAUEST_ROOTPATH = "http://192.168.130.109:8083/"; + // const ROOTPATH = "http://192.168.130.109:8083/"; //手绘图项目名称 const HANDDRAWNNAME = ""; module.exports = { @@ -132,6 +132,7 @@ module.exports = { loginApp:REAUEST_ROOTPATH + "/mobile/weixin/loginApp" ,// app登录 registerUserApp:REAUEST_ROOTPATH + "/mobile/weixin/registerUserApp" ,//app注册 getScenicListByGuids:REAUEST_ROOTPATH + "/mobile/scenic/getScenicListByGuids" ,//获取热门景点列表 + getScenicListByGuidss:REAUEST_ROOTPATH + "/mobile/messageInfo/getRecommendedAttractions.do" ,//获取热门景点列表 deleteUserApp:REAUEST_ROOTPATH + "/mobile/weixin/deleteUserApp" ,//注销账号 @@ -143,4 +144,9 @@ appletsAppointmentDocumentsDetails:REAUEST_ROOTPATH + "/appletsAppointment/apple appletsCancelAppointment:REAUEST_ROOTPATH + "/appletsAppointment/appletsCancelAppointment" ,//预约取消 + + +getUserInformation:REAUEST_ROOTPATH + "/mobile/wx/getUserInformation" ,//用户登录信息 + + } diff --git a/pages/personcenter/personcenter.vue b/pages/personcenter/personcenter.vue index 4fe914a..6546b5f 100644 --- a/pages/personcenter/personcenter.vue +++ b/pages/personcenter/personcenter.vue @@ -1,538 +1,549 @@