MrShi
昨天 b946b74ca674f7e7a04d99a960040438c95ef22d
pda/utils/service.js
@@ -23,7 +23,7 @@
               // 控制台显示数据信息
               uni.hideLoading()
               // 登录过期
               if (data.code === 5112) {
               if (data.code === 5112 || data.code === 5111) {
                  setTimeout(() => {
                     uni.showToast({
                        title: data.message,