This commit is contained in:
hanjian
2024-09-02 08:40:29 +08:00
parent 40525f5b49
commit b689f6a51d
10 changed files with 464 additions and 263 deletions

View File

@@ -187,7 +187,7 @@
modal-append-to-body
:destroy-on-close="true"
>
<main-component ref="mainComponent" :code="path+code" :data="data" @close="handleClose"></main-component>
<main-component ref="mainComponent" :code="path + code" :data="data" @close="handleClose"></main-component>
</el-drawer>
<!-- 工具详情对话框 -->