定制大哥指定数量,优化tk版弹窗遮罩
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
// 当前行数
|
||||
|
||||
Reference in New Issue
Block a user