From 83437255e5c2a651a794d7a2f441019f3aa82d7f Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 19 Jul 2023 09:20:09 +0800 Subject: [PATCH] =?UTF-8?q?baseUrl=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/UrlManage.ts | 4 ++-- src/drawApp/graphics/SectionLinkInteraction.ts | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/configs/UrlManage.ts b/src/configs/UrlManage.ts index cbe7f67..8d9182b 100644 --- a/src/configs/UrlManage.ts +++ b/src/configs/UrlManage.ts @@ -3,8 +3,8 @@ function getHost(): string { // return '192.168.3.47:9091'; // return '192.168.3.37:9091'; // return '192.168.3.15:9091'; - return '192.168.3.5:9091'; - // return '192.168.3.233:9091'; + // return '192.168.3.5:9091'; + return '192.168.3.233:9091'; } export function getHttpBase() { diff --git a/src/drawApp/graphics/SectionLinkInteraction.ts b/src/drawApp/graphics/SectionLinkInteraction.ts index 74293d9..4da46b0 100644 --- a/src/drawApp/graphics/SectionLinkInteraction.ts +++ b/src/drawApp/graphics/SectionLinkInteraction.ts @@ -126,12 +126,17 @@ export class SectionLinkOperateInteraction extends GraphicInteractionPlugin