This commit is contained in:
2019-04-15 23:27:34 +00:00
parent a831ab3e65
commit d81cfe62b4
7 changed files with 64 additions and 29 deletions

View File

@@ -127,7 +127,11 @@ export default {
]);
},
created() {
this.$store.commit("setAppBarMainState");
this.$store.commit("setAppBar", {
isMain: true,
icon: "fa-info-circle",
title: this.$gzlocale.get("HelpAboutAyaNova")
});
this.clientInfo.version = aboutInfo.version;
this.$gzapi
.get("ServerInfo")