frontend/src/views/communication/index.vue
@@ -33,7 +33,7 @@ * 连接设备 */ const setLocalICRF = () => { ipc.invoke('controller.icrf.hc_init',{port:com.value,baud:serialBaud.value}).then(res=>{ ipc.invoke('controller.icrf.connectSerialPort',{port:com.value,baud:serialBaud.value}).then(res=>{ console.log(res) }); }