This commit is contained in:
cookfront
2017-04-19 15:41:08 +08:00
parent ea16b3353b
commit e6c4f9ebf2
4 changed files with 8 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ export default {
computed: {
mobileUrl() {
if (process.env.NODE_ENV === 'production') {
return '/vue/examples#' + location.pathname.slice(4);
return '/zanui/vue/examples#' + location.pathname;
} else {
return '/examples.html#' + location.pathname.slice(4);
return '/examples.html#' + location.pathname;
}
}
},