1、在路由加上tile名称 2、在main.js加上这些即可
router.beforeEach((to, from, next) => { if (to.meta.title) { document.title = to.meta.title } next() })