This commit is contained in:
2019-12-11 00:35:02 +00:00
parent 76f2e249d9
commit a154bd9ee7
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ export default {
isMain: true,
icon: "",
title: "",
helpUrl: "index.html",
helpUrl: "user-intro",
menuItems: []
}
};

View File

@@ -14,8 +14,8 @@ export default {
vm.appBar.icon = ctx.icon;
vm.appBar.title = ctx.title;
//set the help url if presented or default to the top of the index
vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "index.html";
//set the help url if presented or default to the User section intro
vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "user-intro";
vm.appBar.menuItems = [];
//CONTEXT TOP PORTION