1.优化上传组件批量删除

sws 2024-08-19
v1.0.0
sws 2024-08-19 10:06:23 +08:00
parent 9cb49804b2
commit 7f8499a09a
1 changed files with 1 additions and 1 deletions

View File

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