增加设置温度提示

master
zhaotianci 2 months ago
parent 3d2a1fc283
commit 2b4692d2c5

@ -122,6 +122,8 @@ let canStart = ref(false)
const confirm = () =>{
begin.value = true
sendMsgApi({tem:parseFloat(tagTemp.value)})
notify("设置温度成功!");
}
let chartOption = ref({});

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save