fix:快速查询模块优化

This commit is contained in:
wuzhihao
2024-08-30 15:29:32 +08:00
parent 97c31a871d
commit 4cfce04955
3 changed files with 6 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ router.beforeEach((to, from, next) => {
// to到哪里取 from 从哪里来 next 放行
const token = local.get('token_sd')
if (to.meta.title) { // 修改总标题
document.title = '肉牛溯源系统' + '-' + to.meta.title // routes数组中--meta是关键
document.title = '基芯农育种' + '-' + to.meta.title // routes数组中--meta是关键
}
if (token) { // ok
next()