1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.8f395768.js"></script>
|
||||
<script src="/umi.552cb5ae.js"></script>
|
||||
|
||||
</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 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