From 214f3db8fd52fcbe1bd25b1c23952a8a53e39bbc Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 24 Jun 2021 17:51:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E3=80=81=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E3=80=81=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E9=A3=8E=E6=A0=BC=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/about/index.vue | 1 + frontend/src/views/system/user/personPwd.vue | 2 +- frontend/src/views/system/user/privateForm.vue | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/system/about/index.vue b/frontend/src/views/system/about/index.vue index 9e91f43c2c..d5f156de9c 100644 --- a/frontend/src/views/system/about/index.vue +++ b/frontend/src/views/system/about/index.vue @@ -85,6 +85,7 @@ export default { ]) }, created() { + this.$store.dispatch('app/toggleSideBarHide', true) this.initVersion() this.getLicenseInfo() }, diff --git a/frontend/src/views/system/user/personPwd.vue b/frontend/src/views/system/user/personPwd.vue index 8766f2e49a..1329e34134 100644 --- a/frontend/src/views/system/user/personPwd.vue +++ b/frontend/src/views/system/user/personPwd.vue @@ -56,7 +56,7 @@ export default { }, created() { - + this.$store.dispatch('app/toggleSideBarHide', true) }, methods: { repeatValidator(rule, value, callback) { diff --git a/frontend/src/views/system/user/privateForm.vue b/frontend/src/views/system/user/privateForm.vue index b8736ceeb6..5d2c79b1b0 100644 --- a/frontend/src/views/system/user/privateForm.vue +++ b/frontend/src/views/system/user/privateForm.vue @@ -151,6 +151,7 @@ export default { }, created() { + this.$store.dispatch('app/toggleSideBarHide', true) this.queryPerson() this.initRoles() },