mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-17 00:15:25 +08:00
feat: 机器终端支持文件&文件夹上传、支持选中文件下载
This commit is contained in:
@@ -72,7 +72,15 @@
|
||||
draggable
|
||||
append-to-body
|
||||
>
|
||||
<TerminalBody ref="terminal" :cmd="terminalDialog.cmd" :socket-url="getMachineTerminalSocketUrl(props.authCertName)" />
|
||||
<TerminalBody
|
||||
ref="terminal"
|
||||
:cmd="terminalDialog.cmd"
|
||||
:socket-url="getMachineTerminalSocketUrl(props.authCertName)"
|
||||
:machine-id="props.machineId"
|
||||
:auth-cert-name="props.authCertName"
|
||||
:file-id="0"
|
||||
:protocol="1"
|
||||
/>
|
||||
</el-dialog>
|
||||
|
||||
<script-edit
|
||||
|
||||
Reference in New Issue
Block a user