|
|
@ -204,12 +204,12 @@ const deviceStore = useDeviceStore() |
|
|
|
const websocketStore = useWebSocketStore() |
|
|
|
const settingStore = useSettingStore() |
|
|
|
|
|
|
|
const addLiquidVal = ref(300) |
|
|
|
const addLiquidVal = ref(settingStore.addLiquidConfigVal) |
|
|
|
const addLiquidPower = ref(25) |
|
|
|
const numberKeyboardShowVal = ref(false) |
|
|
|
const numberKeyboardShowPower = ref(false) |
|
|
|
|
|
|
|
const addLiquidVal2 = ref(300) |
|
|
|
const addLiquidVal2 = ref(settingStore.sprayLiquidConfigVal) |
|
|
|
const addLiquidPower2 = ref(25) |
|
|
|
const numberKeyboardShowVal2 = ref(false) |
|
|
|
const numberKeyboardShowPower2 = ref(false) |
|
|
|