@@ -100,6 +100,8 @@ const useAppLoginApi = async (form) => {
isErrorShow.value = true
loading.value = false
return false
+ } else {
+ return true
}