edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 00:56:52 +08:00
parent 63ca84a648
commit 46c644b0ef
+1 -1
View File
@@ -212,7 +212,7 @@ function router() {
reload: true,
config: function () {
this.page.identifier = location.hash;
this.page.url = 'http://'+location.host+'/#!'+location.hash.replace("#", "");
this.page.url = location.href;
}
});