From f1d3e99f71f28d42861d6599b3f6190480f830db Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 24 十月 2024 09:50:31 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
admin/src/components/common/CommonHeader.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/common/CommonHeader.vue b/admin/src/components/common/CommonHeader.vue
index 05c8f4c..19c4196 100644
--- a/admin/src/components/common/CommonHeader.vue
+++ b/admin/src/components/common/CommonHeader.vue
@@ -112,7 +112,7 @@
mounted() {
// console.log('userInfo',this.userInfo);
if (!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0') {
- this.visible.changePwd = true
+ // this.visible.changePwd = true
}
},
--
Gitblit v1.9.3