src/views/billprint/index.jsx
@@ -90,7 +90,7 @@ } componentDidMount() { const _this = this const that = this if (window.GLOB.sysType !== 'cloud') { Object.defineProperty(window, 'debugger', { @@ -118,7 +118,7 @@ window.GLOB.breakpoint = value + '' sessionStorage.setItem('breakpoint', value) } _this.debugChange() that.debugChange() } }) } @@ -144,7 +144,7 @@ window.GLOB.breakpoint = false sessionStorage.removeItem('breakpoint') _this.debugChange() that.debugChange() } } }