|
@@ -127,7 +127,7 @@
|
|
|
async asyncData({ $axios, query }) {
|
|
|
console.log('query2:', query);
|
|
|
let [res1,res2] = await Promise.all([
|
|
|
- await $axios.$post(`/home/news/carousel`).then(res=>{
|
|
|
+ await $axios.$post(`/home/news/carousel`,{'newsClassifyId':2}).then(res=>{
|
|
|
return res
|
|
|
}),
|
|
|
])
|