🔨 重构主机模块.

This commit is contained in:
lijiahang
2024-07-22 19:36:02 +08:00
parent b7608fccb3
commit 4bd2de4ce2
64 changed files with 1062 additions and 603 deletions

View File

@@ -38,6 +38,7 @@
</template>
<!-- 主机模态框 -->
<authorized-host-modal ref="hostModal"
type="SSH"
@selected="setSelectedHost" />
</a-spin>
</template>

View File

@@ -107,6 +107,7 @@
@selected="setWithTemplate" />
<!-- 主机模态框 -->
<authorized-host-modal ref="hostModal"
type="SSH"
@selected="setSelectedHost" />
</a-spin>
</template>

View File

@@ -15,6 +15,7 @@
@open-host="(e) => openHostModal('exec', e)" />
<!-- 主机模态框 -->
<authorized-host-modal ref="hostModal"
type="SSH"
@selected="hostSelected" />
</div>
</template>