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, isMain: true,
icon: "", icon: "",
title: "", title: "",
helpUrl: "index.html", helpUrl: "user-intro",
menuItems: [] menuItems: []
} }
}; };

View File

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