From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 18:41:20 +0800
Subject: [PATCH] ll
---
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