From fdec89c4cd6701c8b14a0b8d2813b1b356f6b778 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Wed, 18 Feb 2026 02:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=A1=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 1 - utils/errorCode.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 49d5ec8..6f32e27 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -238,7 +238,6 @@ export default { } }).catch(err => { console.error("获取大棚信息失败:", err); - uni.showToast({ title: "数据加载失败", icon: "none" }); }).finally(() => { // 4. 无论成功失败,都结束加载状态 this.isLoading = false; diff --git a/utils/errorCode.js b/utils/errorCode.js index d2111ee..1ebd0e1 100644 --- a/utils/errorCode.js +++ b/utils/errorCode.js @@ -1,6 +1,6 @@ export default { '401': '认证失败,无法访问系统资源', - '403': '当前操作没有权限', + '403': '当前操作没有权限,请联系管理员', '404': '访问资源不存在', 'default': '系统未知错误,请反馈给管理员' }