Commit a18b4661 by caoyanzhi

Merge branch 'feature/3月迭代-菜单' into dev

parents 502e4c22 b52c4bd3
......@@ -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