src/views/home.vue
@@ -1251,8 +1251,8 @@ // 加载微应用 microApp = loadMicroApp(microApps.book1, { sandbox: { strictStyleIsolation: true // experimentalStyleIsolation: true strictStyleIsolation: true, experimentalStyleIsolation: true }, singular: true }) @@ -2759,12 +2759,10 @@ // 储值 dialogToolData.lineHeight[item.key] = data // 渲染 if (data.length > 0) { for (let j = 0; j < data.length; j++) { const citem = data[j] if (window.qiankunState && window.qiankunState.renderSign) window.qiankunState.renderSign(citem.type, citem) } } } }