房源筛选组件 底部一级区域字体加粗 替换学校数据

This commit is contained in:
2023-08-04 10:47:17 +08:00
parent 62d58066ae
commit fc94c98250
2 changed files with 24 additions and 16 deletions

View File

@@ -84,6 +84,7 @@ api.index().then(res => {
store.state.nav = res.data.nav
store.state.wechat = res.data.wechat
store.state.apartment = res.data.config.apartment
store.state.schoolList=res.data.schoolList
}).finally(() => {
app.mount('#app')
})