Alpha test

This commit is contained in:
Peng-YM
2020-08-30 21:25:46 +08:00
parent a71914676e
commit 583f94e5b3
16 changed files with 634 additions and 269 deletions

View File

@@ -48,7 +48,7 @@ const router = new Router({
router.beforeEach((to, from, next) => {
const {meta} = to;
document.title = to.meta.title
// document.title = to.meta.title
store.commit("SET_NAV_TITLE", meta.title);
next();
})