This commit is contained in:
2023-07-14 15:43:23 +08:00
parent fbfae2d4fc
commit bf03c8be10
12 changed files with 398 additions and 83 deletions

View File

@@ -43,7 +43,7 @@ api.index().then(res => {
store.state.user = res.data.user
store.state.nav = res.data.nav
store.state.wechat = res.data.wechat
// console.log(store.state.seachTypeData)
console.log(123,res.data.recommendedTab)
}
})