doum
2025-10-20 6525935588f4b9a06e08f91dfc9d2895e5ec2c38
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,