This commit is contained in:
2023-07-24 15:43:12 +08:00
parent 26c4b9c17b
commit 3712c1bc4c

View File

@@ -40,17 +40,17 @@ import api from "./utils/api";
import Axios from '@/utils/axios'; import Axios from '@/utils/axios';
// api.index().then(res => { api.index().then(res => {
// if (res.code === 200) { if (res.code === 200) {
// store.state.seachTypeData = res.data.combination store.state.seachTypeData = res.data.combination
// store.state.indexData = res.data store.state.indexData = res.data
// store.state.ListSelectBtn = res.data.recommendedTab store.state.ListSelectBtn = res.data.recommendedTab
// store.state.user = res.data.user store.state.user = res.data.user
// store.state.nav = res.data.nav store.state.nav = res.data.nav
// store.state.wechat = res.data.wechat store.state.wechat = res.data.wechat
// store.state.apartment = res.data.config.apartment store.state.apartment = res.data.config.apartment
// } }
// }) })
const app = createApp(App) const app = createApp(App)