From 4c938d58b98107c4c3ab85fdadf10b6ef24f6278 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 26 Jul 2023 11:23:03 +0800 Subject: [PATCH] =?UTF-8?q?socket=E6=96=AD=E8=BF=9E=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawApp/lineApp.ts | 1 + src/drawApp/lineNetApp.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index 1b8d456..1f4598e 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -254,6 +254,7 @@ export async function loadLineDatas(app: GraphicApp) { msgNotify = Notify.create({ type: 'negative', timeout: 0, + position: 'top-right', message: '通信链接已断开!', }); } else if (msgNotify && connected) { diff --git a/src/drawApp/lineNetApp.ts b/src/drawApp/lineNetApp.ts index ad79bee..019ea0b 100644 --- a/src/drawApp/lineNetApp.ts +++ b/src/drawApp/lineNetApp.ts @@ -147,6 +147,7 @@ export async function loadLineNetDatas(app: GraphicApp) { msgNotify = Notify.create({ type: 'negative', timeout: 0, + position: 'top-right', message: '通信链接已断开!', }); } else if (msgNotify && connected) {