src/tabviews/custom/components/carousel/cardItem/index.jsx
@@ -60,13 +60,14 @@ if (card.setting.joint === 'true') { newtab.param.$BID = data.$$uuid || '' Object.keys(data).forEach(key => { if (/^\$/.test(key)) return newtab.param[key] = data[key] }) } if (['linkage_navigation', 'linkage', 'menu_board'].includes(window.GLOB.navBar)) { MKEmitter.emit('modifyTabs', newtab, 'replace') } else { MKEmitter.emit('modifyTabs', newtab, 'plus', true) } MKEmitter.emit('modifyTabs', newtab, true) } else if (card.setting.click === 'link') { let src = card.setting.linkurl