rk
69 分钟以前 57b5984747ea8be414f3c269bd3cefa04b8338ca
h5/utils/service.js
@@ -33,16 +33,16 @@
                        icon: "none",
                        duration: 2000
                     })
                  })
                  },500)
                  if (data.code === 500) {
                     uni.showToast({
                        'title': '服务器异常',icon:'none'
                     })
                  }
                  if (data.code === 5112) {
                     uni.clearStorageSync()
                     window.location.href = app_url
                  }
                  // if (data.code === 5112) {
                  //    uni.clearStorageSync()
                  //    window.location.href = app_url
                  // }
                  return resolve(data)
               }
               resolve(data)