|
|
@ -552,7 +552,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
indexList() { |
|
|
indexList() { |
|
|
Home.indexList().then((res) => { |
|
|
Home.indexList().then((res) => { |
|
|
console.info(res) |
|
|
// console.info(res) |
|
|
this.bannerList = res.bannerList; |
|
|
this.bannerList = res.bannerList; |
|
|
|
|
|
|
|
|
this.homeList = res.homeList; |
|
|
this.homeList = res.homeList; |
|
|
|