提交 8e1a06db authored 作者: lihuihui's avatar lihuihui

update

上级 841a7546
...@@ -33,12 +33,25 @@ ...@@ -33,12 +33,25 @@
} }
} }
}, },
// async fetch() {
// const params = {
// terminal_type: 'WWW',
// ad_position_uri: 'www.ezijing.com'
// }
// this.bannerData = await this.$axios.$get('/api/zws/v1/marketing/advertisements', { params }).then(res => {
// return res.filter((item, index) => {
// return index < 4
// })
// })
// },
async fetch() { async fetch() {
const params = { const params = {
project_id: process.env.projectId page: 1,
per_page: 100,
type: 69,
project_id: 1013
} }
this.listData = await this.$axios.get('/api/cms/api/v1/advertisements', { params }).then(res => { this.listData = await this.$axios.get('/api/zws/v1/cms/news', { params }).then(res => {
console.log(res)
return res return res
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论