From a8c8e4281c0298ce9a946b1d65166a2fe438ce1c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 26 九月 2024 09:04:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pda/pages/index/login.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/pda/pages/index/login.vue b/pda/pages/index/login.vue
index 60e8d8f..8a53efa 100644
--- a/pda/pages/index/login.vue
+++ b/pda/pages/index/login.vue
@@ -45,6 +45,7 @@
username: '13996529050',
password: '123456',
},
+ err: '',
isShowProtocol: false,
ProtocolFlag: false,
captcha: {},
@@ -86,7 +87,9 @@
})
})
}
- })
+ }, err => {
+ // this.err = JSON.stringify(err)
+ })
},
getContent() {
getSystemDictData({
--
Gitblit v1.9.3