From 5dba7c558f3779083027d086408d08e99fb6f24b Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 9 Jun 2023 17:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/app/AppSessionArchive/components/Detail.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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"); },