修复bug

This commit is contained in:
pan.wl.2
2024-11-16 15:27:25 +08:00
parent ef8b00e6e0
commit 30c7742118
43 changed files with 53 additions and 46 deletions

View File

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