From d37762b740890d2a855c1bafb1d1f83955e5f294 Mon Sep 17 00:00:00 2001 From: 18300102974 Date: Thu, 9 Feb 2023 14:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=95=E7=90=86=E8=AB=8B=E6=B1=82=E5=A0=B1?= =?UTF-8?q?=E9=8C=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/plugins/axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/plugins/axios.js b/FrontEnd/plugins/axios.js index 2507e36..ef4d000 100644 --- a/FrontEnd/plugins/axios.js +++ b/FrontEnd/plugins/axios.js @@ -21,7 +21,7 @@ export default ({ app, $axios, store, redirect }, inject) => { app.$auth.$storage.removeUniversal('authtoken') app.$auth.logout() } - return Promise.reject(error) + return error }) // 接口數據返回攔截