liukangdong
2024-08-15 9a9af13c74e98dfdb61afd9cbe56b1b7ec8c3414
wechat_staff/utils/request.js
@@ -23,8 +23,8 @@
          if (res.data.code && (res.data.code == 5112 || res.data.code == 5111)) {
            if(options.data && options.data.goLogin){
              console.log("==================")
              wx.navigateTo({
                        url: '/pages/login/index',
              wx.reLaunch({
                url: '/pages/login/index',
              })
            } 
          }