Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 1m51s

This commit is contained in:
joylink_fanyuhong 2024-04-08 15:31:23 +08:00
commit c9a6d91832

View File

@ -68,6 +68,8 @@ onMounted(() => {
list.push({ label: '半实物', value: 1 });
} else if (element.connType === 2) {
list.push({ label: 'PC仿真', value: 2 });
} else if (element.connType === 1) {
list.push({ label: '取消连接', value: 0 });
}
});
connectOptions.value = list;