|
|
@@ -33,8 +33,9 @@ import { convertPointToArray } from "@/utils/index";
|
|
|
const SESSION_KEY_RESIDENT = "ENTRY_RESIDENT_LOCATION";
|
|
|
const SESSION_KEY_GROWTH = "GROWTH_REPORT_LOCATION";
|
|
|
/** 默认定位:河北宁晋县 */
|
|
|
-const DEFAULT_POINT = "POINT(114.91863572509733 37.67702031436258)";
|
|
|
-const DEFAULT_USER_LOCATION = "114.91863572509733,37.67702031436258";
|
|
|
+/** 默认定位:广东省梅州 */
|
|
|
+const DEFAULT_POINT = "POINT(116.120276 24.230084)";
|
|
|
+const DEFAULT_USER_LOCATION = "116.120276,24.230084";
|
|
|
const MAP_KEY = "CZLBZ-LJICQ-R4A5J-BN62X-YXCRJ-GNBUT";
|
|
|
|
|
|
const router = useRouter();
|