Commit b52c4bd3 by caoyanzhi

update: 调整页面title

parent 8f07bbe5
......@@ -48,7 +48,7 @@ router.beforeEach((to, from, next) => {
next();
});
document.title = to.name;
// document.title = to.name;
// if (to.path != '/limit' && store.state.marketing.isLimit) {
// next({ path: '/limit' });
// } else if (to.path == '/limit' && !store.state.marketing.isLimit) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment