From e7e6c4618860aa0899ffb00c5eb892df1ac895eb Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Thu, 22 Aug 2024 08:35:34 +0800 Subject: [PATCH] 小程序复制 --- gz-customerSystem/src/views/register/visit/component/map.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/component/map.jsx b/gz-customerSystem/src/views/register/visit/component/map.jsx index 2833d94..c03315a 100644 --- a/gz-customerSystem/src/views/register/visit/component/map.jsx +++ b/gz-customerSystem/src/views/register/visit/component/map.jsx @@ -2,13 +2,14 @@ * @Author: dminyi 1301963064@qq.com * @Date: 2024-08-17 14:41:57 * @LastEditors: dminyi 1301963064@qq.com - * @LastEditTime: 2024-08-17 16:25:27 + * @LastEditTime: 2024-08-19 15:06:35 * @FilePath: \gzDyh\gz-customerSystem\src\views\register\visit\component\map.jsx * @Description: 地图 */ import React from 'react'; import { Map, Marker, NavigationControl, InfoWindow } from 'react-bmapgl'; export default function MapView() { + return ( <div> <Map center={{ lng: 116.402544, lat: 39.928216 }} zoom="11"> -- Gitblit v1.8.0