k94314517
2025-03-11 dc4c6d96b425f294877e3265cb1628dd8b27ff5c
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,