Merge branch 'dev-3.6' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.7

This commit is contained in:
zhangyu
2023-03-09 09:38:55 +08:00
3 changed files with 6 additions and 1 deletions

View File

@@ -653,7 +653,6 @@ export default {
params.type = this.paramsType
}
if (this.assetOrEndpoint) {
delete params.type
delete params.from
}
axios.get(url, { responseType: 'blob', params: params }).then(res => {