[Update] 添加koko访问错误说明

This commit is contained in:
ibuler
2019-10-21 15:29:26 +08:00
parent 673ebbec1b
commit 792fc3b0f0
4 changed files with 11 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ function activeNav(prefix) {
var path = document.location.pathname;
if (prefix) {
path = path.replace(prefix, '');
console.log(path);
}
var urlArray = path.split("/");
var app = urlArray[1];