1
This commit is contained in:
@@ -128,7 +128,8 @@ export const errorConfig: RequestConfig = {
|
||||
const Authorization = localStorage.getItem('token') || ''
|
||||
const headers = { Authorization };
|
||||
const url = 'https://iadminapi.zhongshuai2023.com';
|
||||
|
||||
console.log(url);
|
||||
|
||||
return { ...config, url, headers };
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user