king
2025-05-08 b6c698c8833836971184a0a9c2645a15f8174d37
src/views/systemfunc/index.jsx
@@ -30,14 +30,20 @@
      document.body.className = 'mk-blue-black'
      window.GLOB.dataFormat = false // 去除水印
      window.GLOB.mkHS = true
      window.GLOB.dict = {}
  
      // HS下不可开启断点调试
      window.GLOB.breakpoint = false
      sessionStorage.removeItem('breakpoint')
  
      Object.defineProperty(window, 'debugger', {
        writable: false,
        value: false
        configurable: true,
        enumerable: true,
        set(value) {
          if (value === 1949) {
            window.GLOB.debugger = true
          }
        }
      })
    }
  }