This commit is contained in:
PC-202306242200\Administrator
2024-09-10 18:00:14 +08:00
parent 6a2ee3a9e8
commit c71df49877
3 changed files with 36 additions and 36 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.8f395768.js"></script> <script src="/umi.552cb5ae.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

View File

@@ -128,7 +128,7 @@ export const errorConfig: RequestConfig = {
const Authorization = localStorage.getItem('token') || '' const Authorization = localStorage.getItem('token') || ''
const headers = { Authorization }; const headers = { Authorization };
config.url.includes('https://'); config.url.includes('https://');
let url = `https://iadminapi.zhongshuai2023.com`; let url = `https://iadminapi.zhongshuai2023.com` + config.url;
if (config.url.includes('https://')) { if (config.url.includes('https://')) {
url = config.url; url = config.url;
} }