首页骨架 css样式
This commit is contained in:
@@ -9,5 +9,11 @@ export default{
|
||||
},
|
||||
recommendList:(params={})=>{//首页瀑布流
|
||||
return axios.get('/tenement/pc/api/home/recommendList',params)
|
||||
},
|
||||
banner:(params={})=>{//轮播
|
||||
return axios.get('/tenement/pc/api/banner',params)
|
||||
},
|
||||
getLocationData:(params={})=>{//地区选择数据
|
||||
return axios.get('/tenement/pc/api/home/getLocationData',params)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user