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.fc9d3ec3.js"></script>
|
||||
<script src="/umi.56fe3c48.js"></script>
|
||||
|
||||
</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,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 };
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user