|
@@ -34,17 +34,19 @@ export default class CommonService {
|
|
|
/* 首页楼层查看更多数据 */
|
|
|
GetHomeFloorContentDetails (data = {}) {
|
|
|
return this.AjaxService.get({
|
|
|
- url:'/home/floorContentDetails',
|
|
|
+ url:'/commodity/page/floor/details',
|
|
|
data,
|
|
|
isLoading: false ,
|
|
|
+ isHost:true
|
|
|
})
|
|
|
}
|
|
|
/* 二级页楼层查看更多数据 */
|
|
|
GePageFloorContentDetails (data = {}) {
|
|
|
return this.AjaxService.get({
|
|
|
- url:'/home/pageFloorDetails',
|
|
|
+ url:'/commodity/page/floor/centre',
|
|
|
data,
|
|
|
isLoading: false ,
|
|
|
+ isHost:true
|
|
|
})
|
|
|
}
|
|
|
/* 首页顶部三个模块数据 */
|
|
@@ -115,7 +117,6 @@ export default class CommonService {
|
|
|
/* 一级分类 */
|
|
|
GetFirstClassly (data = {}) {
|
|
|
return this.AjaxService.get({
|
|
|
- // url:'/product/classify',
|
|
|
url:'/commodity/classify',
|
|
|
data,
|
|
|
isLoading: false ,
|