This commit is contained in:
@@ -357,10 +357,13 @@ function generateMenu(vm) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//change password and login
|
//change password and login
|
||||||
// icon: "key",
|
menuOptions.menuItems.push({
|
||||||
// title: window.$gz.locale.get("SetLoginPassword"),
|
title: window.$gz.locale.get("SetLoginPassword"),
|
||||||
// helpUrl: "form-home-password"
|
icon: "key",
|
||||||
|
data: "home-password",
|
||||||
|
key: "app:nav"
|
||||||
|
});
|
||||||
|
|
||||||
window.$gz.eventBus.$emit("menu-change", menuOptions);
|
window.$gz.eventBus.$emit("menu-change", menuOptions);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user