parent
9cb49804b2
commit
7f8499a09a
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue