This commit is contained in:
PC-202306242200\Administrator
2024-09-10 17:54:53 +08:00
parent 0e66fbb8b9
commit 4d727e8a2a
3 changed files with 4 additions and 3 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.fc9d3ec3.js"></script>
<script src="/umi.56fe3c48.js"></script>
</body></html>

File diff suppressed because one or more lines are too long

View File

@@ -128,7 +128,8 @@ export const errorConfig: RequestConfig = {
const Authorization = localStorage.getItem('token') || ''
const headers = { Authorization };
const url = 'https://iadminapi.zhongshuai2023.com';
console.log(url);
return { ...config, url, headers };
},
],