优化错误提示
This commit is contained in:
@@ -316,7 +316,15 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.initData()
|
||||
}, 1000)
|
||||
}).finally(() => {
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: error,
|
||||
type: 'error'
|
||||
})
|
||||
})
|
||||
.finally(() => {
|
||||
itemData.playLoading = false
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user