From 338bb4e4dd724b23ae3c00b551f0b18a8f4e8a36 Mon Sep 17 00:00:00 2001 From: wangyi <3432649580@qq.com> Date: Fri, 31 Oct 2025 17:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9token=E5=A4=B1=E6=95=88code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/http.js b/utils/http.js index a3661d9..f5ab0ea 100644 --- a/utils/http.js +++ b/utils/http.js @@ -77,7 +77,7 @@ export const http = (options) => { } - if (result.data.code === 400) { + if (result.data.code === 10003) { const userStore = useUserStore() uni.showModal({ title: "登录失效",