From 27fb1ee4ea1c18ef8b8f54cb2321628d8903e0fe Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Tue, 24 Sep 2024 14:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/boot/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/axios.ts b/src/boot/axios.ts index 9401841..bd0cba6 100644 --- a/src/boot/axios.ts +++ b/src/boot/axios.ts @@ -70,7 +70,7 @@ let isOpenDialog = false; // 认证弹窗是否打开 const CancelToken = axios.CancelToken; const source = CancelToken.source(); -export default boot(({ app, router }) => { +export default boot(({ app }) => { // for use inside Vue files (Options API) through this.$axios and this.$api // 拦截请求,添加