fix: hostId 变更类型和字段名

This commit is contained in:
TsMask
2025-02-26 09:51:34 +08:00
parent cdc31a9ced
commit 7429a55734
14 changed files with 103 additions and 108 deletions

View File

@@ -16,7 +16,7 @@ const props = defineProps({
},
/**连接主机ID必传 */
hostId: {
type: String,
type: Number,
required: true,
},
/**初始发送命令 */

View File

@@ -15,7 +15,7 @@ const props = defineProps({
},
/**连接主机ID必传 */
hostId: {
type: String,
type: Number,
required: true,
},
/**窗口单行字符数 */

View File

@@ -16,7 +16,7 @@ const props = defineProps({
},
/**连接主机ID必传 */
hostId: {
type: String,
type: Number,
required: true,
},
/**窗口单行字符数 */