This commit is contained in:
2019-04-15 22:56:51 +00:00
parent 1f150b7561
commit 184c06ee5f
8 changed files with 16 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ export default {
]);
},
created() {
this.$store.commit("setNonContextAppBar");
this.$store.commit("setAppBarMainState");
this.clientInfo.version = aboutInfo.version;
this.$gzapi
.get("ServerInfo")