Browse Source

优化首页

master
ltlzx 4 years ago
parent
commit
224f7ba95e
  1. 2
      src/views/home/index.vue

2
src/views/home/index.vue

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

Loading…
Cancel
Save