提交 6f53016f authored 作者: 郑伟娜's avatar 郑伟娜

修改接口字段

上级 6fd347cc
......@@ -50,14 +50,15 @@
let op = 'open'
let ssa = window.location.host
const data = {
type: 1,
type: 2,
site_type: 4,
// domain: ssa,
}
indexInfo(data).then(res => {
if (res.code == 1) {
this.channel_id = res.data.channel.id
this.getWebSite()
this.settitle.topLogo = res.data.channel_site[0].logo
// this.getWebSite()
}
})
},
......
......@@ -408,7 +408,7 @@
getChannelId() {
let ssa = window.location.host
const data = {
type: 1,
type: 2,
site_type: 4,
// domain: ssa,
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论