gz-wxparty/utils/util.js
@@ -5,7 +5,7 @@ const url = api.url; // 是否是开发环境 const isDebug = false; const isDebug = true; const baseUrl = isDebug ? api.url.debug : api.url.web; @@ -430,9 +430,9 @@ content: '抱歉您未登录,是否前往登录?', success: (res) => { if (res.confirm) { wx.navigateTo({ url: '../../pages/login/index', }); // wx.navigateTo({ // url: '../../pages/login/index', // }); } }, });