提交 73e2d21a authored 作者: 郑伟娜's avatar 郑伟娜

Merge branch 'scm_optimize' into test

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