This commit is contained in:
2019-12-19 00:25:07 +00:00
parent f128cff1d1
commit 30358f5961
4 changed files with 13 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "archive",
icon: "file-archive",
title: window.$gz.locale.get("Backup"),
helpUrl: "user-form-backup"
});