From ff652e12c456d6eefa1d6a6351f16d3dc7caa8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Sat, 27 Sep 2025 19:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=93=A5=E6=95=B0=E6=8D=AE=20?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=BF=9B=E5=85=A5=E4=B8=BB=E6=92=AD=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/server/bigbrother/index.vue | 12 +++++++++++- src/views/server/employeebigbrother/index.vue | 12 +++++++++++- .../server/manageemployeebigbrother/index.vue | 14 +++++++++++++- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/views/server/bigbrother/index.vue b/src/views/server/bigbrother/index.vue index 201ba81..6ec5506 100644 --- a/src/views/server/bigbrother/index.vue +++ b/src/views/server/bigbrother/index.vue @@ -145,7 +145,12 @@ - + + + + {{ scope.row.hostDisplayId }} + + @@ -411,6 +416,11 @@ function exportAi(type) { copyToClipboard(data) } + +function openHtml(item, id) { + window.open(`https://www.tiktok.com/@${id}`) + +} /** 初始化 **/ onMounted(() => { getList() diff --git a/src/views/server/employeebigbrother/index.vue b/src/views/server/employeebigbrother/index.vue index 553d5b7..201b5df 100644 --- a/src/views/server/employeebigbrother/index.vue +++ b/src/views/server/employeebigbrother/index.vue @@ -135,7 +135,14 @@ - + + + + {{ scope.row.hostDisplayId }} + + + @@ -328,7 +335,10 @@ function openHtml(item, id) { window.open(`https://www.tiktok.com/@${id}`) } +function openHtmlbig(id) { + window.open(`https://www.tiktok.com/@${id}`) +} function exportAi(type) { if (selectBigList.value.length === 0) { diff --git a/src/views/server/manageemployeebigbrother/index.vue b/src/views/server/manageemployeebigbrother/index.vue index 517b65e..d347202 100644 --- a/src/views/server/manageemployeebigbrother/index.vue +++ b/src/views/server/manageemployeebigbrother/index.vue @@ -139,7 +139,14 @@ - + + + + {{ scope.row.hostDisplayId }} + + + @@ -367,6 +374,11 @@ function openHtml(item, id) { } + +function openHtmlbig(id) { + window.open(`https://www.tiktok.com/@${id}`) + +} function exportAi(type) { if (selectBigList.value.length === 0) { ElMessage.error('请选择主播')