From e8504934046485142d6f80cba31b9574a12c307e Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 17 Jun 2022 16:41:29 +0800 Subject: [PATCH] =?UTF-8?q?feature=20-=20PointInRing=20=20=20=20=20-=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=9C=86=E5=BD=A2=E6=88=96=E8=80=85marker?= =?UTF-8?q?=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++-- src/config/models.js | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dff20c9..7321a56 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -114,4 +114,10 @@ ci - 删除 多页面配置 feature -- 增加 一个判断点是否在多个围栏单页面 \ No newline at end of file +- 增加 一个判断点是否在多个围栏单页面 + +### v1.0.7 +`2022.06.17` +feature +- PointInRing + - 增加 圆形或者marker拖拽 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 3043217..7d2d3be 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2022-05-23 10:45:19 + * @LastEditTime: 2022-06-17 16:40:14 * @FilePath: \AntpayFrontEnd\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.6'; //版本号 +export const VERSION_MODEL = '1.0.7'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/',