公寓筛选组件适配搜索筛选组件

This commit is contained in:
A1300399510
2023-07-21 15:37:08 +08:00
parent 955d8cf3b3
commit 75dc016a32
4 changed files with 6 additions and 17 deletions

View File

@@ -98,13 +98,11 @@ const router = createRouter({
router.beforeEach((to, from, next) => {
// <<<<<<< HEAD
//导航数据
if (/['seachPage','needHousing','intermediaryHousing','personHousing']/.test(from.path)) {
store.state.routeList.secondaryIndex.title = from.meta.title
store.state.routeList.secondaryIndex.path = from.path
}
// >>>>>>> 542e853 (提交)
next()
let meta = to['meta'] || {}
let title = meta['title']