Fixed single proxy display error

This commit is contained in:
Peng-YM
2020-09-23 18:00:04 +08:00
parent 3d208c9e9f
commit d30ece21ae
6 changed files with 73 additions and 9 deletions

View File

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