|
@@ -270,16 +270,16 @@
|
|
|
const defaulDistance = 3;
|
|
const defaulDistance = 3;
|
|
|
const defaultScale = 12;
|
|
const defaultScale = 12;
|
|
|
const pointSize = {
|
|
const pointSize = {
|
|
|
- width: 34,
|
|
|
|
|
- height: 58,
|
|
|
|
|
- fontSize: 10,
|
|
|
|
|
|
|
+ width: 30,
|
|
|
|
|
+ height: 52,
|
|
|
|
|
+ fontSize: 7,
|
|
|
iconPath: "/static/images/map-point.png",
|
|
iconPath: "/static/images/map-point.png",
|
|
|
- currentWidth: 52,
|
|
|
|
|
- currentHeight: 86,
|
|
|
|
|
- currentFontSize: 11,
|
|
|
|
|
|
|
+ currentWidth: 42,
|
|
|
|
|
+ currentHeight: 72,
|
|
|
|
|
+ currentFontSize: 10,
|
|
|
currentIconPath: "/static/images/map-point-current.png",
|
|
currentIconPath: "/static/images/map-point-current.png",
|
|
|
androidX: -14,
|
|
androidX: -14,
|
|
|
- androidCurrentX: -20,
|
|
|
|
|
|
|
+ androidCurrentX: -50,
|
|
|
};
|
|
};
|
|
|
import { fetchHomeBanner } from "@/api";
|
|
import { fetchHomeBanner } from "@/api";
|
|
|
import { deCode } from "../../utils/code";
|
|
import { deCode } from "../../utils/code";
|