|
@@ -66,11 +66,19 @@ export default class CommonService {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
/* 首页金刚区分类 */
|
|
/* 首页金刚区分类 */
|
|
|
|
+ // GetHomeInit (data = {}) {
|
|
|
|
+ // return this.AjaxService.get({
|
|
|
|
+ // url:'/home/init',
|
|
|
|
+ // data,
|
|
|
|
+ // isLoading: false ,
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
GetHomeInit (data = {}) {
|
|
GetHomeInit (data = {}) {
|
|
return this.AjaxService.get({
|
|
return this.AjaxService.get({
|
|
- url:'/home/init',
|
|
|
|
|
|
+ url:'/commodity/home/init',
|
|
data,
|
|
data,
|
|
isLoading: false ,
|
|
isLoading: false ,
|
|
|
|
+ isHost:true
|
|
})
|
|
})
|
|
}
|
|
}
|
|
/* 首页金刚区二级分类 */
|
|
/* 首页金刚区二级分类 */
|