huangbin 4 years ago
parent
commit
227af37da6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/account/login.vue

+ 1 - 1
src/views/account/login.vue

@@ -157,7 +157,7 @@ export default defineComponent({
         const formDom: any = ref(null);
         const router = useRouter();
         form.password = '';
-        setRememberAccount();
+        // setRememberAccount();
         // qt
         const { getQtInfo } = qtAction();
         function loginAction() {