|
|
@@ -165,12 +165,13 @@ export default defineComponent({
|
|
|
// qt
|
|
|
const { getQtInfo } = qtAction();
|
|
|
function loginAction() {
|
|
|
- formDom.value.validate().then(() => {
|
|
|
+ formDom.value.
|
|
|
+
|
|
|
+ ().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);
|