Browse Source

fix: Update version to V0.1.12

master
guoapeng 1 day ago
parent
commit
6b07ccfe6e
  1. 2
      package.json
  2. 8
      src/views/craft/index.vue

2
package.json

@ -1,7 +1,7 @@
{
"name": "color-titration-web",
"type": "module",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"author": "",
"license": "ISC",

8
src/views/craft/index.vue

@ -125,10 +125,6 @@ const pumpRotate = async (direction: string) => {
}
//
const pumpStop = async () => {
const valid = await formRef.value.validate()
if (!valid) {
return
}
currentCommandId = Date.now().toString()
const params = {
commandId: currentCommandId,
@ -142,10 +138,6 @@ const pumpStop = async () => {
}
//
const pumpPreFill = async () => {
const valid = await formRef.value.validate()
if (!valid) {
return
}
currentCommandId = Date.now().toString()
const params = {
commandId: currentCommandId,

Loading…
Cancel
Save