This commit is contained in:
2019-12-16 23:53:43 +00:00
parent 9340564e72
commit 7f1e25bcae
3 changed files with 43 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ export default function initialize() {
//MEMOS
sub.push({
title: window.$gz.locale.get("Schedule"),
title: window.$gz.locale.get("Memo"),
icon: "inbox",
route: "/memo",
key: key++

View File

@@ -50,6 +50,7 @@ export default {
"Home",
"DashboardDashboard",
"Schedule",
"Memo",
"Locale",
"SetLoginPassword",
"NotifySubscriptionList",