This commit is contained in:
2019-12-20 21:16:58 +00:00
parent 1673a38682
commit 020fc9a02b
2 changed files with 3 additions and 3 deletions

View File

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