feat 同步当前用户的登录信息的返回接口

This commit is contained in:
damonyuan
2024-09-02 00:43:47 +08:00
parent 54d5dbd5b8
commit cc3df48ed8
12 changed files with 146 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ const axiosHooks: AxiosHooks = {
config.params = {}
}
config.headers = headers
config.url = config.url?.replace(".", "/")
return config
},
requestInterceptorsCatchHook(err) {