处理内网字体原因

main
许宏杰 10 hours ago
parent 788186e4db
commit 839fc0058b

Binary file not shown.

@ -1,4 +1,5 @@
@font-face { @font-face {
font-family: "DIN-Regular-2"; font-family: "DIN-Regular-2";
src: url("http://www.jichuanglanhai.com/demo/taicang-file/fonts/din-bold-2.ttf"); src: url('./din-bold-2.ttf');
} }

@ -216,7 +216,7 @@ export default {
show: true, show: true,
url: this.carUrl, url: this.carUrl,
scale: 0.5, scale: 0.5,
minimumPixelSize: 30, minimumPixelSize: 32,
silhouette: true, silhouette: true,
silhouetteColor: "#FFB200", silhouetteColor: "#FFB200",
pitch: 0, pitch: 0,
@ -249,7 +249,7 @@ export default {
car.openPopup(); car.openPopup();
car.start(); car.start();
const interval = 15; const interval = 10;
this.changePosition(interval); this.changePosition(interval);
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.changePosition(interval); this.changePosition(interval);

Loading…
Cancel
Save