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.fc9d3ec3.js"></script>
|
<script src="/umi.56fe3c48.js"></script>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
2
dist/umi.fc9d3ec3.js → dist/umi.56fe3c48.js
vendored
2
dist/umi.fc9d3ec3.js → dist/umi.56fe3c48.js
vendored
File diff suppressed because one or more lines are too long
@@ -128,6 +128,7 @@ export const errorConfig: RequestConfig = {
|
|||||||
const Authorization = localStorage.getItem('token') || ''
|
const Authorization = localStorage.getItem('token') || ''
|
||||||
const headers = { Authorization };
|
const headers = { Authorization };
|
||||||
const url = 'https://iadminapi.zhongshuai2023.com';
|
const url = 'https://iadminapi.zhongshuai2023.com';
|
||||||
|
console.log(url);
|
||||||
|
|
||||||
return { ...config, url, headers };
|
return { ...config, url, headers };
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user