许宏杰 2 weeks ago
parent 7e28f6ce01
commit dda0614753

@ -183,7 +183,7 @@ export default {
item.carPlate.includes("苏E") ||
(item.carPlate.includes("苏U") && item.stateCn.includes("在线-行驶"))
);
return res.list.slice(0, 50);
return res.list.slice(0, 100);
},
/**
@ -208,7 +208,7 @@ export default {
pitch: 0,
roll: 0,
label: {
text: item.carName,
text: item.carPlate,
font_size: 14,
color: "#ffffff",
outline: true,

Loading…
Cancel
Save