@@ -382,7 +398,8 @@ const handleCloseEditorTab = (tabId: string) => {
@close-session="sessionStore.closeSession"
@open-layout-configurator="handleOpenLayoutConfigurator"
@request-add-connection-from-popup="handleRequestAddConnection"
- @request-edit-connection-from-popup="handleRequestEditConnection"
+ @request-edit-connection-from-popup="handleRequestEditConnection"
+ @request-rdp-modal-from-popup="handleRequestRdpModal"
/>
@@ -411,6 +428,7 @@ const handleCloseEditorTab = (tabId: string) => {
@find-next="handleFindNext"
@find-previous="handleFindPrevious"
@close-search="handleCloseSearch"
+ @request-rdp-modal="handleRequestRdpModal"
>
{{ t('layout.loading', '加载布局中...') }}
@@ -430,6 +448,13 @@ const handleCloseEditorTab = (tabId: string) => {
:is-visible="showLayoutConfigurator"
@close="handleCloseLayoutConfigurator"
/>
+
+
+