src/tabviews/commontable/index.jsx
@@ -114,7 +114,7 @@ } // HS不使用自定义设置 if (result.LongParamUser && !window.GLOB.mkHS) { if (result.LongParamUser) { try { // 配置信息解析 let userConfig = JSON.parse(window.decodeURIComponent(window.atob(result.LongParamUser))) if (userConfig && !userConfig.version) { @@ -496,7 +496,6 @@ let _shortcut = `${preKey}+${keyCode}` if (window.GLOB.breakpoint && _shortcut === 'ctrl+67') { window.debugger = false window.GLOB.breakpoint = false sessionStorage.removeItem('breakpoint')