This commit is contained in:
@@ -314,7 +314,7 @@ export default {
|
||||
if (!item.disabled && item.owner == "app") {
|
||||
switch (item.key) {
|
||||
case "help":
|
||||
window.open(vm.$store.state.helpUrl + item.data, "_blank");
|
||||
window.open(window.$gz.api.helpUrl() + item.data, "_blank");
|
||||
break;
|
||||
case "search":
|
||||
vm.$router.push({
|
||||
|
||||
Reference in New Issue
Block a user