mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-02 03:38:27 +08:00
Merge branch 'master-fetch-dev' into master-fetch
This commit is contained in:
commit
5340e89f7d
@ -38,7 +38,7 @@ axiosInstance.interceptors.request.use(
|
||||
config.headers = {
|
||||
...config.headers,
|
||||
[userInfo[SystemStoreUserInfoEnum.TOKEN_NAME] || 'token']: userInfo[SystemStoreUserInfoEnum.USER_TOKEN] || ''
|
||||
}
|
||||
} as InternalAxiosRequestConfig['headers']
|
||||
return config
|
||||
},
|
||||
(err: AxiosError) => {
|
||||
|
Loading…
Reference in New Issue
Block a user