This commit is contained in:
2026-02-06 13:08:27 +08:00
parent 0615b032ff
commit c383f9063d

View File

@@ -439,7 +439,7 @@ function stopTimerfun() {
// Specify Room Logic
// 动态计算最大行数限制tenantId=12741 为 5000 条,其他为 50 条
const maxSpecifyLines = computed(() => {
return userInfo.value.tenantId == 12741 ? 5000 : 50;
return userInfo.value.tenantId == 12384 ? 5000 : 50;
});
// 当前行数