From 7e4ff0e1ee5ea6b538358da9ac08fb9ca73979b9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 15 八月 2023 14:24:40 +0800 Subject: [PATCH] 2023-08-15 --- src/tabviews/zshare/topSearch/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.jsx b/src/tabviews/zshare/topSearch/index.jsx index 1928e6a..c45413d 100644 --- a/src/tabviews/zshare/topSearch/index.jsx +++ b/src/tabviews/zshare/topSearch/index.jsx @@ -153,7 +153,7 @@ if (item.resourceType === '1' && item.dataSource) { let _option = Utils.getSelectQueryOptions(item) - if (window.GLOB.debugger === true || (window.debugger === true && window.GLOB.sysType !== 'cloud')) { + if (window.GLOB.debugger === true) { console.info(_option.sql) } -- Gitblit v1.8.0