fix: hostId 变更类型和字段名
This commit is contained in:
@@ -16,7 +16,7 @@ const props = defineProps({
|
||||
},
|
||||
/**连接主机ID,必传 */
|
||||
hostId: {
|
||||
type: String,
|
||||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
/**初始发送命令 */
|
||||
|
||||
@@ -15,7 +15,7 @@ const props = defineProps({
|
||||
},
|
||||
/**连接主机ID,必传 */
|
||||
hostId: {
|
||||
type: String,
|
||||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
/**窗口单行字符数 */
|
||||
|
||||
@@ -16,7 +16,7 @@ const props = defineProps({
|
||||
},
|
||||
/**连接主机ID,必传 */
|
||||
hostId: {
|
||||
type: String,
|
||||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
/**窗口单行字符数 */
|
||||
|
||||
Reference in New Issue
Block a user