This commit is contained in:
罗松柏 2021-09-23 11:53:38 +08:00
parent 953cbcf25c
commit 095afbb939

View File

@ -409,7 +409,7 @@
for(let i in default_field){
var arr = {
'title': i,
'on':10
'on':0
}
listarr.push(arr);
}