提交 765ca370 authored 作者: junjie's avatar junjie

Merge remote-tracking branch 'origin/main' into main

...@@ -85,6 +85,7 @@ export default { ...@@ -85,6 +85,7 @@ export default {
]) ])
}, },
created() { created() {
this.$store.dispatch('app/toggleSideBarHide', true)
this.initVersion() this.initVersion()
this.getLicenseInfo() this.getLicenseInfo()
}, },
......
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
}, },
created() { created() {
this.$store.dispatch('app/toggleSideBarHide', true)
}, },
methods: { methods: {
repeatValidator(rule, value, callback) { repeatValidator(rule, value, callback) {
......
...@@ -151,6 +151,7 @@ export default { ...@@ -151,6 +151,7 @@ export default {
}, },
created() { created() {
this.$store.dispatch('app/toggleSideBarHide', true)
this.queryPerson() this.queryPerson()
this.initRoles() this.initRoles()
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论