liukangdong
2024-05-31 9e47e0ece28c6145638aecca5bdf86857c049cf9
h5/utils/service.js
@@ -26,16 +26,18 @@
               // 控制台显示数据信息
               uni.hideLoading()
               // 登录过期
               if (data.code === 401) {
               if (data.code !== 200) {
                  setTimeout(() => {
                     uni.showToast({
                        title: data.message,
                        icon: "none",
                        duration: 2000
                     })
                  })
               }
               if (data.code === 5112) {
                  uni.navigateTo({
                     url: '/pages/staffLogin/login'
                  });
               }
               if (data.code !== 200) {
                  uni.showToast({
                     title: data.message,
                     icon: "none",
                     duration: 2000
                  })
               }
               resolve(data)
@@ -46,7 +48,7 @@
               uni.showToast({
                  title: '请求接口失败'
               })
               // 返回错误消息
               reject(err)
               uni.hideLoading()