This commit is contained in:
caozehui
2025-03-08 16:56:57 +08:00
parent b6a2c42feb
commit 3398b414ca
3 changed files with 8 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ const controlContent = ref<controlSource.ResControl>({
scriptId: '',
scriptIndex: 0,
sourceId: '',
valueType: -1,
})
//开始创建webSocket客户端
const dataSocket = reactive({
@@ -267,6 +268,7 @@ const start = async () => {
controlContent.value.userPageId = 'cdf'
controlContent.value.scriptId = '9ff96807cf8c7524587982ed8baa8b57'
controlContent.value.scriptIndex = scriptIndex.value
controlContent.value.valueType = 2
await checkSimulate(controlContent.value)
}