|
@@ -329,7 +329,8 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
if (res.msg !== '成功') {
|
|
if (res.msg !== '成功') {
|
|
- this.errorUrl = res.data
|
|
|
|
|
|
+ this.errorUrl = res.msg
|
|
|
|
+ res.msg = this.$t('失败')
|
|
console.log(this.errorUrl)
|
|
console.log(this.errorUrl)
|
|
}
|
|
}
|
|
this.tool.showMessage(res,() => {
|
|
this.tool.showMessage(res,() => {
|