This commit is contained in:
cookfront
2017-03-22 17:00:29 +08:00
parent 597d981f53
commit 76de16017d
4 changed files with 33 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ export default {
computed: {
mobileUrl() {
return location.pathname + 'examples.html' + location.hash;
return '/examples.html#' + location.pathname;
}
},