This commit is contained in:
2019-12-11 19:43:20 +00:00
parent 2cf2b03599
commit 79a84eba42
12 changed files with 107 additions and 21 deletions

View File

@@ -13,7 +13,8 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-home",
title: window.$gz.locale.get("Home")
title: window.$gz.locale.get("Home"),
helpUrl: "user-form-home"
});
}
};