edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 02:04:48 +08:00
parent 1cd7e8b754
commit 73d451a612
+1 -1
View File
@@ -204,7 +204,7 @@ function router() {
reload: true,
config: function () {
this.page.identifier = location.hash;
this.page.url = location.href;
this.page.url = 'http://'+location.host+'/'+location.hash.replace("#", "");
}
});
}