socket断连提示位置调整
This commit is contained in:
parent
c8fd7b96ef
commit
4c938d58b9
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user