删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑

This commit is contained in:
2025-06-02 18:55:00 +08:00
parent 820baa5b22
commit b02978508d
71 changed files with 862 additions and 572 deletions
+1 -1
View File
@@ -1133,7 +1133,7 @@ var require_react_development = __commonJS({
function disableLogs() {
{
if (disabledDepth === 0) {
prevLog = console.log;
prevLog = // console.log;
prevInfo = console.info;
prevWarn = console.warn;
prevError = console.error;