Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 1m51s
All checks were successful
CI / Docker-Build (push) Successful in 1m51s
This commit is contained in:
commit
c9a6d91832
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user