Redesign: Static Pages Wrapper (#9027)

* refactor(static-pages): wrapper

* refactor(statics): use router-view
This commit is contained in:
Sabe Jones
2017-09-15 13:59:15 -05:00
committed by GitHub
parent 5c5e117da0
commit 381f652c08
20 changed files with 1433 additions and 1653 deletions

View File

@@ -59,7 +59,7 @@ export default {
},
});
localStorage.clear();
window.location.href = '/home';
window.location.href = '/static/home';
this.$root.$emit('hide::modal', 'reset');
},
},