From 6ef87c3c796a8ac20e328e3b36e3ebf3dfc3a6da Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 19 Sep 2022 10:19:31 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=B9=BF=E5=9C=BA=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=88=A0=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/basicConfig.js | 8 +- .../capacitySquare/components/algorithm.vue | 103 ++++++++++++++++- .../capacitySquare/components/application.vue | 76 +++++++++++-- .../views/capacitySquare/components/layer.vue | 105 +++++++++++++++++- 4 files changed, 271 insertions(+), 21 deletions(-) diff --git a/front/public/static/config/basicConfig.js b/front/public/static/config/basicConfig.js index 82f01cec..63542373 100644 --- a/front/public/static/config/basicConfig.js +++ b/front/public/static/config/basicConfig.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-27 14:25:54 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-09-19 09:36:49 * @Description: 系统静态参数配置 */ var _global = {} @@ -59,8 +59,8 @@ var CONFIGITEM = { }, backUrl: 'http://localhost:8001', previewUrl: 'http://192.168.124.236:9796/', - // websocketURL: '192.168.124.236:8888/renren-admin', - websocketURL: '10.18.1.99:8889/renren-admin', + websocketURL: '192.168.124.236:8888/renren-admin', + // websocketURL: '10.18.1.99:8889/renren-admin', POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address', }, diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index 6bdc1dfe..406a7ffa 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -1,6 +1,18 @@