jiangping
2025-03-06 a07e3e880910a774b18df4c612f186876a78dec7
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,