k94314517
2025-05-15 e0eb2c2c0cf40b6e30a7345027ddd3817c4cc9e9
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,