mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 11:08:24 +08:00
fix: reuest.js eslint arrow warning (merge request !7)
Squash merge branch 'fix/eslint/request.js/arrow' into 'develop' fix: reuest.js eslint arrow warning
This commit is contained in:
parent
c62ba2cf6c
commit
36cf70f2c9
|
@ -17,7 +17,7 @@ const instance = axios.create({
|
|||
withCredentials: true,
|
||||
});
|
||||
|
||||
instance.interceptors.request.use((config) => config);
|
||||
instance.interceptors.request.use(config => config);
|
||||
|
||||
instance.defaults.retry = 3;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user