From a291dd70f178d32f8b582a9c6ed1a73b5a81a62e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 06 一月 2026 15:27:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
pda/pages/index/login.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pda/pages/index/login.vue b/pda/pages/index/login.vue
index 8a53efa..e07389e 100644
--- a/pda/pages/index/login.vue
+++ b/pda/pages/index/login.vue
@@ -42,8 +42,8 @@
data() {
return {
form: {
- username: '13996529050',
- password: '123456',
+ username: '',
+ password: '',
},
err: '',
isShowProtocol: false,
--
Gitblit v1.9.3