luichooy / vue-admin

基于vue+vuex+element-ui搭建的PC端后台管理系统

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

路由跳转标题不显示

PineSong96 opened this issue · comments

router/index.js
setTitle(to.meta.title);
你的路由的title并没有放进meta,但是你这样写了所以标题没有生效

router/index.js
setTitle(to.meta.title);
你的路由的title并没有放进meta,但是你这样写了所以标题没有生效

是的,感谢指正。不过项目中也可以根据情况灵活使用