From 4a4c11c1d1ac7d0eb255678f7c96d06363e168ab Mon Sep 17 00:00:00 2001
From: DYL0109 <1332079466@qq.com>
Date: 星期三, 22 一月 2025 17:35:34 +0800
Subject: [PATCH] !38 添加节能项目管理和政策法规页面 Merge pull request !38 from 张嘉伟/zcc_dev

---
 zhitan-vue/src/views/login.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/zhitan-vue/src/views/login.vue b/zhitan-vue/src/views/login.vue
index 7308664..86d243f 100644
--- a/zhitan-vue/src/views/login.vue
+++ b/zhitan-vue/src/views/login.vue
@@ -21,6 +21,7 @@
           size="large"
           auto-complete="off"
           placeholder="瀵嗙爜"
+          show-password
           @keyup.enter="handleLogin"
         >
           <template #prefix><svg-icon icon-class="password" class="el-input__icon input-icon" /></template>
@@ -76,6 +77,7 @@
 const router = useRouter()
 const { proxy } = getCurrentInstance()
 const systemInfo = JSON.parse(Cookies.get("SystemInfo") || "{}")
+console.log(systemInfo)
 
 const loginForm = ref({
   username: "admin",

--
Gitblit v1.9.3