mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
feat: 个人信息、修改密码、关于风格统一
This commit is contained in:
@@ -85,6 +85,7 @@ export default {
|
||||
])
|
||||
},
|
||||
created() {
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
this.initVersion()
|
||||
this.getLicenseInfo()
|
||||
},
|
||||
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
},
|
||||
methods: {
|
||||
repeatValidator(rule, value, callback) {
|
||||
|
||||
@@ -151,6 +151,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
this.queryPerson()
|
||||
this.initRoles()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user