This commit is contained in:
2019-04-16 23:39:45 +00:00
parent 7bcf255e9d
commit 6b828b47a5
2 changed files with 3 additions and 3 deletions

View File

@@ -183,9 +183,9 @@ export default {
this.$gzevent.$on("menu-click", function(key) {
if (key.startsWith("app:")) {
if (key.startsWith("app:help:")) {
// "https://www.ayanova.com/AyaNova7webHelp/" +
var helpurl =
"https://www.ayanova.com/AyaNova7webHelp/" +
key.replace("app:help:", "");
that.$store.state.helpUrl + key.replace("app:help:", "");
window.open(helpurl, "_blank");
} else {
alert("STUB: App.vue::menu click: " + key);