king
2024-10-17 044a4ec4ebe85f8c00e889fe3914de17a6ea1f28
src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -213,9 +213,9 @@
      MKEmitter.emit('openNewTab')
    }
    // if (window.GLOB.systemType === 'production') {
    //   MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签页'})
    // }
    if (window.GLOB.systemType === 'production') {
      MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签页'})
    }
  }
  triggerMenu = (tab) => {
@@ -300,9 +300,9 @@
      MKEmitter.emit('openNewTab')
    }
    // if (window.GLOB.systemType === 'production') {
    //   MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签页'})
    // }
    if (window.GLOB.systemType === 'production') {
      MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签页'})
    }
  }
  render() {