添加注释

v1.0.0
于肖磊 2024-08-19 10:06:43 +08:00
parent 9cb49804b2
commit ba6e55f36d
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('321');
// 请求拦截器
service.interceptors.request.use(
(config: InternalAxiosRequestConfig) => {