king
2020-08-20 3683e1475e8d74f690172a468518d88d91a69ccc
src/tabviews/treepage/index.jsx
@@ -539,7 +539,7 @@
    }
    
    // 测试系统打印查询语句
    if (options.sysType === 'local' && !window.GLOB.systemType) {
    if ((options.sysType === 'local' && !window.GLOB.systemType) || window.debugger === true) {
      param.custom_script &&  console.log(`${LText ? '' : '/*不执行默认sql*/\n'}${param.custom_script}`)
      LText &&  console.log(LText)
    }