定制大哥指定数量,优化tk版弹窗遮罩

This commit is contained in:
2026-04-20 10:18:23 +08:00
parent 5f45cde984
commit 33586d3f80
2 changed files with 122 additions and 52 deletions

View File

@@ -60,7 +60,7 @@
class="!rounded-xl !font-semibold shadow-lg shadow-blue-500/20">
<span class="mr-1">📍</span>
{{ streamdialogVisibletext ? ($t('hostsList.specifiedRooms') || '已指定') : ($t('hostsList.specifyRooms') ||
'指定直播间') }}
'指定直播间') }}
</el-button>
<el-button v-show="!isRunnings" type="success" @click="getBigBrother"
@@ -488,7 +488,7 @@ function stopTimerfun() {
// Specify Room Logic
// 动态计算最大行数限制tenantId=12741 为 5000 条,其他为 50 条
const maxSpecifyLines = computed(() => {
return userInfo.value.tenantId == 12384 ? 5000 : 50;
return userInfo.value.tenantId == 12384 || userInfo.value.tenantId == 12741 ? 5000 : 50;
});
// 当前行数