perf(X-Pack): 插件管理-前端分布式加载静态资源

This commit is contained in:
fit2cloud-chenyw
2024-06-20 16:32:02 +08:00
parent f6a8f2b947
commit 54d254e290
16 changed files with 82 additions and 55 deletions

View File

@@ -1490,25 +1490,6 @@ defineExpose({
@linkJumpSetOpen="linkJumpSetOpen(item)"
@linkageSetOpen="linkageSetOpen(item)"
>
<!--如果是图表 则动态获取预存的chart-view数据-->
<!-- <PluginComponent
v-if="item['isPlugin']"
:jsname="item['pluginFlag'] || 'L2NvbXBvbmVudC9pbmRleA=='"
class="component"
:id="'component' + item.id"
:active="item.id === curComponentId"
:dv-type="dvInfo.type"
:scale="curBaseScale"
:style="getComponentStyle(item.style)"
:prop-value="item.propValue"
:is-edit="true"
:view="canvasViewInfo[item.id]"
:element="item"
:request="item.request"
@input="handleInput"
:dv-info="dvInfo"
:canvas-active="canvasActive"
/> -->
<component
:is="findComponent(item.component)"
v-if="item.component === 'UserView' || item['isPlugin']"