增加信息

This commit is contained in:
PC-202306242200\Administrator
2024-09-11 14:32:54 +08:00
parent 538f0d7731
commit fe72625bce
75 changed files with 1281 additions and 423 deletions

View File

@@ -127,7 +127,8 @@ export const errorConfig: RequestConfig = {
// 拦截请求配置,进行个性化处理。
const Authorization = localStorage.getItem('token') || ''
const headers = { Authorization };
config.url.includes('https://');
// let url = config.url;
// const url = config?.url;
let url = `https://iadminapi.zhongshuai2023.com` + config.url;
if (config.url.includes('https://')) {
url = config.url;