Browse Source

fix:移除测试代码

master
guoapeng 4 months ago
parent
commit
ce691574be
  1. 2
      src/views/spray/index.vue

2
src/views/spray/index.vue

@ -156,7 +156,7 @@ const checkPosition = () => {
return position return position
} }
const maskVisible = ref(true)
const maskVisible = ref(false)
const startWork = async () => { const startWork = async () => {
formRef.value.validate(async (valid: boolean) => { formRef.value.validate(async (valid: boolean) => {
console.log('valid', valid) console.log('valid', valid)

Loading…
Cancel
Save