浏览代码

修改登录

huangbin 4 年之前
父节点
当前提交
b9eb6f9a14
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/account/login.vue

+ 2 - 3
src/views/account/login.vue

@@ -165,13 +165,12 @@ export default defineComponent({
         // qt
         const { getQtInfo } = qtAction();
         function loginAction() {
-            formDom.value.
-            
-            ().then(() => {
+            formDom.value.validate().then(() => {
                 loading.value = true;
                 const { account, password } = toRaw(form);
                 setLoadComplete(false);
                 getQtInfo().then((arr) => {
+                    console.log('Uint8Array', arr);
                     login(account, password, arr)
                         .then((value: any) => {
                             setLoadComplete(true);