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