修改bug

This commit is contained in:
A1300399510
2023-07-28 18:52:25 +08:00
parent 088e684466
commit 1e74a491ce
5 changed files with 22 additions and 25 deletions

View File

@@ -72,13 +72,13 @@ app.use(lazyPlugin)
app.use(store).use(router).use(Axios)
api.index().then(res => {
store.state.seachTypeData = res.data.combination
store.state.indexData = res.data
store.state.ListSelectBtn = res.data.recommendedTab
store.state.user = res.data.user
store.state.nav = res.data.nav
store.state.wechat = res.data.wechat
store.state.apartment = res.data.config.apartment
}).finally(()=>{
store.state.seachTypeData = res.data.combination
store.state.indexData = res.data
store.state.ListSelectBtn = res.data.recommendedTab
store.state.user = res.data.user
store.state.nav = res.data.nav
store.state.wechat = res.data.wechat
store.state.apartment = res.data.config.apartment
}).finally(() => {
app.mount('#app')
})