Commit c45209b0 by 侯体倬

白名单修改

parent da87ff25
...@@ -199,7 +199,7 @@ wx.onAppRoute(res => { ...@@ -199,7 +199,7 @@ wx.onAppRoute(res => {
let whetherToForceLogin = mpApp.globalData.shopInfo && mpApp.globalData.shopInfo.whetherToForceLogin || 0 let whetherToForceLogin = mpApp.globalData.shopInfo && mpApp.globalData.shopInfo.whetherToForceLogin || 0
log.info("wx.onAppRoute", res, mpApp.globalData.shopInfo, whetherToForceLogin, wx.getStorageSync('sessionid'), res.path != "pages/login/main"); log.info("wx.onAppRoute", res, mpApp.globalData.shopInfo, whetherToForceLogin, wx.getStorageSync('sessionid'), res.path != "pages/login/main");
console.log(res,mpApp.globalData.shopInfo,whetherToForceLogin,wx.getStorageSync('sessionid'),res.path !="pages/login/main",'---------wx.onAppRoute') console.log(res,mpApp.globalData.shopInfo,whetherToForceLogin,wx.getStorageSync('sessionid'),res.path !="pages/login/main",'---------wx.onAppRoute')
if (whetherToForceLogin == 1 && !wx.getStorageSync('sessionid') && res.path !="pages/login/main") { if (whetherToForceLogin == 1 && !wx.getStorageSync('sessionid') && res.path !="pages/login/main" && res.query.backpath != "/login/wxRegister") {
let backUrl = `/pages/home/main`; let backUrl = `/pages/home/main`;
const url = `/pages/login/main?back=${encodeURIComponent( const url = `/pages/login/main?back=${encodeURIComponent(
backUrl backUrl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment