This commit is contained in:
2021-03-03 00:50:15 +00:00
parent 501f11ee8c
commit a4488d44d3
3 changed files with 3 additions and 2 deletions

View File

@@ -229,6 +229,7 @@ export default {
"ErrorAPI2003",
"ErrorAPI2004",
"ErrorAPI2005",
"ErrorAPI2006",
"ErrorAPI2010",
"ErrorAPI2020",
"ErrorAPI2030",

View File

@@ -455,7 +455,7 @@ export default {
return;
}
//server closed by server state setting?
if (error.code == 2000 || error.code == 2001) {
if (error.code == 2000 || error.code == 2001 || error.code == 2006) {
vm.formState.errorBoxMessage = error.message;
return;
}