许宏杰 10 months ago
parent 7e28f6ce01
commit dda0614753

@ -183,7 +183,7 @@ export default {
item.carPlate.includes("苏E") || item.carPlate.includes("苏E") ||
(item.carPlate.includes("苏U") && item.stateCn.includes("在线-行驶")) (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, pitch: 0,
roll: 0, roll: 0,
label: { label: {
text: item.carName, text: item.carPlate,
font_size: 14, font_size: 14,
color: "#ffffff", color: "#ffffff",
outline: true, outline: true,

Loading…
Cancel
Save