fix: 修复资源下载出现服务器异常问题

main
wu.jian2 2 years ago
parent 1185dce0ee
commit da2f929ae2

@ -112,7 +112,7 @@ export default {
path: tab.path,
query: { edit: 1 }
})
}else{
} else {
this.$router.push({
path: tab.path
})
@ -140,6 +140,8 @@ export default {
background-position: center right;
.logo-title {
//
user-select: none;
font-size: 30px;
position: absolute;
z-index: 23;

@ -280,7 +280,7 @@ export default {
window.open(screen.url, '_blank')
},
downLoad (screen) {
this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`, true)
this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`)
},
del (screen) {
this.$confirm('确定删除该资源?', '提示', {

Loading…
Cancel
Save