From 07c0f76a80262cf48da3438dffd3ad3c04f9cf44 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 21 六月 2024 17:13:28 +0800
Subject: [PATCH] fix:库管首页点击装卸 弹窗问题

---
 pages/login/userPassword.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 7e147a2..848871a 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -77,7 +77,7 @@
 			...mapMutations(['setUserTabbar']),
 			changeInput2(e){
 				this.username=e.username
-				this.password=e.password
+				// this.password=e.password
 			},
 			handleInput2(e){
 			},

--
Gitblit v1.9.1