[build] 4.1.0

This commit is contained in:
qingwei.li
2017-05-30 12:14:33 +08:00
parent 7e169ad154
commit 1ae0a9a845
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3493,11 +3493,11 @@ var HTML5History = (function (History$$1) {
path = path.slice(0, queryIndex);
}
var base = getPath(location.origin, this.getBasePath());
var base = getPath(location.origin);
var baseIndex = path.indexOf(base);
if (baseIndex > -1) {
path = path.slice(baseIndex + base.length - 1);
path = path.slice(baseIndex + base.length);
}
return {
+2 -2
View File
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.0.2",
"version": "4.1.0",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",