中介详情显示房源

This commit is contained in:
2023-07-28 17:43:00 +08:00
parent 7bf9f59c75
commit 8da2aaf482
9 changed files with 63 additions and 40 deletions

View File

@@ -36,11 +36,12 @@ export default createStore({
},
plugins:[
createPersistedstate({
key:'data',
storage:window.sessionStorage,
reducer(val){
console.log('val',val)
return{
routeList:val.routeList,
indexData:val.indexData
routeList:val.routeList
}
}
})