发布 4.1.0

This commit is contained in:
疯狂的狮子li
2022-04-24 14:09:19 +08:00
parent 2cf283b8c6
commit d5520817bd
146 changed files with 7725 additions and 1893 deletions

View File

@@ -38,7 +38,10 @@ export default {
method: 'get',
url: url,
responseType: 'blob',
headers: { 'Authorization': 'Bearer ' + getToken() }
headers: {
'Authorization': 'Bearer ' + getToken(),
'datasource': localStorage.getItem("dataName")
}
}).then(async (res) => {
const isLogin = await blobValidate(res.data);
if (isLogin) {