From 642d9dae5d6933089abd370b816991fce811d287 Mon Sep 17 00:00:00 2001 From: guoxin Date: Thu, 30 Nov 2023 21:54:52 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=86=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx b/src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx index 51d5141..2f74be6 100644 --- a/src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx +++ b/src/pages/InRoadMgm/RoadMgm/AddRoad/loadable.jsx @@ -19,7 +19,7 @@ import { import { PlusOutlined } from "@ant-design/icons"; import { useLocation, useNavigate } from "react-router-dom"; -import { ImgUpload, TreeSelectGroup, SelectLntLat} from "@/components"; +import { ImgUpload, TreeSelectGroup, SelectGaodeLngLat} from "@/components"; import moment from "moment"; import "./index.scss"; import ajax from "@/services";