diff --git a/nxTemp/apis/userAPI.js b/nxTemp/apis/userAPI.js index e043811..50346d7 100644 --- a/nxTemp/apis/userAPI.js +++ b/nxTemp/apis/userAPI.js @@ -11,7 +11,7 @@ export function postLogin(data) { //发送验证码 export function postSendSMS(data) { return http.post(`${config.baseUrl}/gaMatchAssistant/captchaSms/send`, data,{ - // needLogin:false //未登录前操作取消登录验证 + needLogin:false //未登录前操作取消登录验证 }); } @@ -26,7 +26,9 @@ export function postSendSMS(data) { * @author: */ export function wechatGetPhoneNumber(data) { - return http.post(`${config.baseUrl}/user/wechatGetPhoneNumber`, data); + return http.post(`${config.baseUrl}/user/wechatGetPhoneNumber`, data,{ + needLogin:false //未登录前操作取消登录验证 + }); } /** diff --git a/nxTemp/config/index.config.js b/nxTemp/config/index.config.js index cda907b..4b2fbb9 100644 --- a/nxTemp/config/index.config.js +++ b/nxTemp/config/index.config.js @@ -4,7 +4,8 @@ const CONFIG = { loginTitleTxt: "development_wx", // 登录页标题 copyrightTxt: "XXXv1.0", // 版本信息 assetsPath: "http://cdn.com/img", // 静态资源路径 - baseUrl: "http://testmanager.ouxuanzhineng.cn", + // baseUrl: "http://testmanager.ouxuanzhineng.cn", + baseUrl: "https://testmatch.ouxuanzhineng.cn", tokenKey: "wxf368fa7316d6952f", // 登录标识 testOpenId: "", // 小程序测试openId forcedLogin: false, // touristMode游客模式下APP是否强制用户登录 场景:当用户进入登录页面后无法后退。 @@ -17,7 +18,7 @@ const CONFIG = { loginTitleTxt: "production_wx", // 登录页标题 copyrightTxt: "XXXv1.0", // 版本信息 assetsPath: "/static/img", // 静态资源路径 - baseUrl: "http://testmanager.ouxuanzhineng.cn", + baseUrl: "https://testmatch.ouxuanzhineng.cn", tokenKey: "WECHAT_TRADE", // 登录标识 testOpenId: "wxf368fa7316d6952f", // 小程序测试openId forcedLogin: false, // touristMode游客模式下APP是否强制用户登录 场景:当用户进入登录页面后无法后退。 diff --git a/pages/event/event_grade.vue b/pages/event/event_grade.vue index 6ddbf19..0e87cd3 100644 --- a/pages/event/event_grade.vue +++ b/pages/event/event_grade.vue @@ -9,15 +9,15 @@ - + - 消息中心 + {{i.schedule_name}} - 2020.06.22 + {{i.schedule_start_date}} 半决赛 @@ -87,7 +87,8 @@ -