king
2024-09-10 cb52ff0fd9fdf3ebfbde2314539998f3fedd9854
src/index.js
@@ -159,6 +159,7 @@
    }
    if (/#\/hs$/.test(window.location.href)) { // hs下不打印脚本
      config.systemRun = '' // hs 不使用后端替换
      GLOB.debugger = false
      if (GLOB.mainSystemApi) {
@@ -346,6 +347,7 @@
    }
    if (config.systemRun === 'backend') {
      GLOB.debugger = false
      Object.defineProperty(window, 'backend', {
        writable: false,
        value: true