From eed1287cdf08af8d3938892ad4937ec17b6a3677 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 31 Jul 2018 14:26:23 +0800 Subject: [PATCH] 登录 --- index/index.html | 2 +- topages/topagesTmp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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](); }; -- libgit2 0.21.4