|
@@ -200,7 +200,7 @@
|
|
|
store.commit('setActiveNav', '/courseware');
|
|
|
|
|
|
let [res1,res2] = await Promise.all([
|
|
|
- await $axios.$post(`/home/news/carousel`,{'newsClassifyId':2,'keyword':'课程'}).then(res=>{
|
|
|
+ await $axios.$post(`/home/news/carousel`,{'newsClassifyId':0,'keyword':'课程'}).then(res=>{
|
|
|
return res
|
|
|
}),
|
|
|
await $axios.$post(`/home/banner/list`, { 'code': 4 }).then(res => {
|