From 0a2191a45a2477e6526ab4b8360cd8feb33c79ad Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sat, 25 May 2024 18:10:30 +0800
Subject: [PATCH] 代码优化

---
 src/router/axios.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/axios.js b/src/router/axios.js
index 7b0a00d..b8e1724 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -15,7 +15,7 @@
 import {Base64} from 'js-base64';
 import NProgress from 'nprogress';
 import 'nprogress/nprogress.css';
-
+import url from "url";
 //默认超时时间
 axios.defaults.timeout = 10000;
 //返回其他状态码

--
Gitblit v1.9.3