This commit is contained in:
cookfront
2017-03-09 21:22:25 +08:00
parent d4d923d55e
commit 3f58bd4b29
2 changed files with 2 additions and 2 deletions

View File

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