src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -177,9 +177,14 @@ } } MKEmitter.emit('modifyTabs', newtab, true) if (btn.openTab === 'view') { window.open('#/view/' + newtab.MenuID + '/' + primaryId) } else { MKEmitter.emit('modifyTabs', newtab, true) MKEmitter.emit('openNewTab') } MKEmitter.emit('openNewTab') if (window.GLOB.systemType === 'production') { MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签页'}) }