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('请选择主播')