socket断连提示位置调整

This commit is contained in:
fan 2023-07-26 11:23:03 +08:00
parent c8fd7b96ef
commit 4c938d58b9
2 changed files with 2 additions and 0 deletions

View File

@ -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) {

View File

@ -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) {