ZaiZai 1 жил өмнө
parent
commit
c82d5551d5

+ 2 - 0
src/views/user/auth.vue

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