From 967f3d5f5a2e64ca15619ae3c6e51296cac833b9 Mon Sep 17 00:00:00 2001 From: wenlele Date: Tue, 31 Jan 2023 15:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 3 +++ web/client/index.ejs | 10 ++++++-- web/client/index.html | 9 +++++-- .../projectRegime/components/pointModel.js | 2 +- .../components/projectAddModel.js | 5 ++-- .../projectRegime/containers/information.js | 1 - web/log/development.txt | 24 +++++++++++++++++++ 7 files changed, 45 insertions(+), 9 deletions(-) diff --git a/api/log/development.log b/api/log/development.log index d73e698..c29f423 100644 --- a/api/log/development.log +++ b/api/log/development.log @@ -4171,3 +4171,6 @@ notNull Violation: PatrolPlan.patrolCount cannot be null 2023-01-30 17:22:36.201 - debug: [FS-LOGGER] Init. 2023-01-30 17:22:36.345 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2023-01-30 17:22:36.345 - info: [FS-AUTH] Inject auth and api mv into router. +2023-01-31 14:27:41.283 - debug: [FS-LOGGER] Init. +2023-01-31 14:27:42.123 - info: [FS-ATTACHMENT] Inject attachment mw into router. +2023-01-31 14:27:42.124 - info: [FS-AUTH] Inject auth and api mv into router. diff --git a/web/client/index.ejs b/web/client/index.ejs index 26db3d6..7d90e0b 100644 --- a/web/client/index.ejs +++ b/web/client/index.ejs @@ -5,8 +5,14 @@ - + + + diff --git a/web/client/index.html b/web/client/index.html index 3f5eb76..4aaf415 100644 --- a/web/client/index.html +++ b/web/client/index.html @@ -6,9 +6,14 @@ + - + src="https://webapi.amap.com/maps?v=2.0&key=00f9a29dedcdbd8befec3dfe0cef5003&plugin=AMap.AutoComplete,AMap.PlaceSearch"> + diff --git a/web/client/src/sections/projectRegime/components/pointModel.js b/web/client/src/sections/projectRegime/components/pointModel.js index 742c49e..fdb2c2e 100644 --- a/web/client/src/sections/projectRegime/components/pointModel.js +++ b/web/client/src/sections/projectRegime/components/pointModel.js @@ -129,7 +129,7 @@ const ProjectAddModel = ({ dispatch, actions, user, modelData, close, success, q { - setShowBaiduMap(true) + setShowBaiduMap(!showBaiduMap) }} /> ~ - { const sjh = /^\d+$|^\d*\.\d+$/g; @@ -143,7 +143,7 @@ const ProjectAddModel = ({ dispatch, actions, user, modelData, close, success, f { - setShowBaiduMap(true) + setShowBaiduMap(!showBaiduMap) }} /> {
{/*