update $message.error全局改成$message.warning

This commit is contained in:
赵霄
2023-10-25 17:32:18 +08:00
parent 0bee8465c2
commit 8d5c6b9380
45 changed files with 119 additions and 87 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ export default {
return that.Logout({}).then(() => {
window.location.replace('/user/login')
}).catch(err => {
that.$message.error({
that.$message.warning({
title: '错误',
description: err.message
})