|
|
@@ -17,8 +17,8 @@ |
|
|
|
</div>
|
|
|
|
<div class="aitxt">
|
|
|
|
<a class="title">{{ aitxt.title }}</a>
|
|
|
|
<a class="content">{{ aitxt.content }}</a>
|
|
|
|
<a :href="aitxt.link" targrt="_blank" class="atarget">
|
|
|
|
<a class="content">{{ aitxt.remark }}</a>
|
|
|
|
<a @click="szrCk(aitxt)" targrt="_blank" class="atarget">
|
|
|
|
<el-button round>制作数字人</el-button>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
@@ -117,6 +117,9 @@ export default { |
|
|
|
this.loginFlag = !this.loginFlag
|
|
|
|
}
|
|
|
|
},
|
|
|
|
szrCk(item) {
|
|
|
|
item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link
|
|
|
|
},
|
|
|
|
async getlunboList () {
|
|
|
|
const { data: { code, data } } = await lunboList()
|
|
|
|
if (code === 200) {
|
|
|
@@ -137,9 +140,7 @@ export default { |
|
|
|
async getshuzirenremark () {
|
|
|
|
const { data: { code, data } } = await shuzirenremark()
|
|
|
|
if (code === 200) {
|
|
|
|
this.aitxt.title = data.title
|
|
|
|
this.aitxt.content = data.remark
|
|
|
|
this.aitxt.link = data.link
|
|
|
|
this.aitxt = data
|
|
|
|
}
|
|
|
|
},
|
|
|
|
async getshuzirenList () {
|
|
|
|