tangning 4 months ago
parent
commit
a89915d588
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/sys/login/LoginForm.vue

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -144,7 +144,7 @@
   async function handleLogin() {
     const data = await validForm();
     if (!data) return;
-    try {overviewInfo.incrementCount
+    try {
       loading.value = true;
       const userInfo = await userStore.login({
         password: data.password,