mo 1 year ago
parent
commit
7675054d75
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/login/components/pwdLogin.tsx

+ 0 - 1
src/views/login/components/pwdLogin.tsx

@@ -68,7 +68,6 @@ export default defineComponent({
 
           try {
             await userStore.login(params);
-            // return;
             message.destroyAll();
             //  判断是否勾选自动登录
             if (autoLogin.value) {