This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -9,8 +9,12 @@ export default {
|
||||
components: {
|
||||
HelloWorld
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setAppBarMainState");
|
||||
beforeCreate() {
|
||||
this.$store.commit("setAppBar", {
|
||||
isMain: true,
|
||||
icon: "fa-home",
|
||||
title: this.$gzlocale.get("Home")
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -171,7 +171,7 @@ export default {
|
||||
});
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setContextAppBar", {
|
||||
this.$store.commit("setAppBar", {
|
||||
isMain: false,
|
||||
icon: "fa-splotch",
|
||||
title: this.$gzlocale.get("Widget")
|
||||
|
||||
@@ -48,7 +48,11 @@ export default {
|
||||
});
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setAppBarMainState");
|
||||
this.$store.commit("setAppBar", {
|
||||
isMain: true,
|
||||
icon: "fa-dolly",
|
||||
title: this.$gzlocale.get("Inventory")
|
||||
});
|
||||
},
|
||||
components: {
|
||||
WidgetList,
|
||||
|
||||
@@ -65,7 +65,11 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.$store.commit("setAppBarMainState");
|
||||
this.$store.commit("setAppBar", {
|
||||
isMain: true,
|
||||
icon: "",
|
||||
title: ""
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
login() {
|
||||
|
||||
Reference in New Issue
Block a user