diff --git a/index.html b/index.html index d761b27..38ce20b 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@ let title = 'vList - ', rootPath = "{{.RootPath}}", currentPath = "{{.CurrentPath}}", + proxyPath = location.pathname.replace(currentPath,""), rawData = "{{.RawData}}", $$ = mdui.JQ; if (currentPath === "/") { @@ -130,7 +131,7 @@ } for (; j < locPathArr.length; j++) { localHref += "/" + locPathArr[j]; - navTemp = `${locPathArr[j]}`; + navTemp = `${locPathArr[j]}`; locArray.push(navTemp) } }