Merge remote-tracking branch 'origin/dev-yxl' into dev-sws

v1.0.0
sws 2024-08-19 10:10:00 +08:00
commit b1191d84d1
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ const service = axios.create({
timeout: 50000,
headers: { 'Content-Type': 'application/json;charset=utf-8' },
});
console.log('123');
// 请求拦截器
service.interceptors.request.use(
(config: InternalAxiosRequestConfig) => {