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

This commit is contained in:
junjie 2021-06-24 17:51:55 +08:00
commit 765ca37015
3 changed files with 3 additions and 1 deletions

View File

@ -85,6 +85,7 @@ export default {
])
},
created() {
this.$store.dispatch('app/toggleSideBarHide', true)
this.initVersion()
this.getLicenseInfo()
},

View File

@ -56,7 +56,7 @@ export default {
},
created() {
this.$store.dispatch('app/toggleSideBarHide', true)
},
methods: {
repeatValidator(rule, value, callback) {

View File

@ -151,6 +151,7 @@ export default {
},
created() {
this.$store.dispatch('app/toggleSideBarHide', true)
this.queryPerson()
this.initRoles()
},