diff --git a/index/index.html b/index/index.html index 12fd510..eae2d09 100644 --- a/index/index.html +++ b/index/index.html @@ -51,7 +51,7 @@ - + \ No newline at end of file diff --git a/topages/topagesTmp.js b/topages/topagesTmp.js index b4ccff9..b300fa2 100644 --- a/topages/topagesTmp.js +++ b/topages/topagesTmp.js @@ -10,7 +10,7 @@ function Router(){ }; this.refresh = function(){ - this.curUrl = location.hash.slice(1) || '/index'; + this.curUrl = location.hash.slice(1) || '/workfill'; console.log(this.curUrl) this.routes[this.curUrl](); };