diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index ceaa42ec..78709b57 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -103,7 +103,7 @@ - +
个人名片
@@ -140,10 +140,6 @@
分享链接
- - - - @@ -197,7 +193,8 @@ {name: '文件', value: 'file'}, ], searchMsg: '', - id: 'LiuYe', + // id: 'LiuYe', + id: '' } }, computed: { @@ -335,7 +332,6 @@ this.getMsgListInit() }, openLink(row) { - console.log(row.linkUrl) document.write(''); window.open(row.linkUrl, "new"); },