修改可燃气体limit值

This commit is contained in:
123@123.com 2023-10-17 08:47:47 +08:00
parent 03c9b98497
commit f23064a91f

View File

@ -148,7 +148,7 @@ const config = reactive({
type: 3, type: 3,
classArr: [], classArr: [],
value: 0, value: 0,
limit: 1, limit: 5,
unit: '' unit: ''
}, },
}) })