From c18f79e01a2705d34d5ac2923a26913dba07ea14 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 八月 2024 16:04:18 +0800 Subject: [PATCH] 2024-08-03 --- src/tabviews/zshare/topSearch/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.jsx b/src/tabviews/zshare/topSearch/index.jsx index f169891..032ca25 100644 --- a/src/tabviews/zshare/topSearch/index.jsx +++ b/src/tabviews/zshare/topSearch/index.jsx @@ -203,7 +203,7 @@ let _sql = _option.sql.replace(/@BID@/ig, `'${BID || ''}'`) if (window.GLOB.debugger === true) { - console.info(_declare + _sql) + window.mkInfo(_declare + _sql) } // 娴嬭瘯绯荤粺鍗曚釜璇锋眰 @@ -342,7 +342,7 @@ let sql = item.sql.replace(/@BID@/ig, `'${BID || ''}'`) if (window.GLOB.debugger === true) { - console.info(sql) + window.mkInfo(sql) } deForms.push({ -- Gitblit v1.8.0