From 45652e1ff7e70a1faccd24b258e8a6edda423c10 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 20 May 2024 13:32:04 +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