From 4478e21c7dac23bbb9eb275854ee3f22d7929d07 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 9 Jul 2025 15:39:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 7c5c0eb..47f1e11 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -54,7 +54,9 @@ const install = (Vue, vm) => { // uni.navigateTo({ // url: "/pages/login/login/login", // }); - return false; + return res; + // return false; + } } }