1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -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>
|
||||||
68
dist/umi.8f395768.js → dist/umi.552cb5ae.js
vendored
68
dist/umi.8f395768.js → dist/umi.552cb5ae.js
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user