From 99b7cba025ee624d50cb830d3a8e5b75d11d802c Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 14 Nov 2024 14:50:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E6=96=AF=E6=9F=AF=3D=E3=80=8B?= =?UTF-8?q?=E5=90=8C=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ConnectInfoDialog.vue | 2 +- src/stores/line-net-store.ts | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/ConnectInfoDialog.vue b/src/components/ConnectInfoDialog.vue index 2b0750e..e276b21 100644 --- a/src/components/ConnectInfoDialog.vue +++ b/src/components/ConnectInfoDialog.vue @@ -3,7 +3,7 @@ ref="dialogRef" @show="onDialogShow" seamless - title="与卡斯柯连接状态信息" + title="与同方连接状态信息" :width="300" :height="0" > diff --git a/src/stores/line-net-store.ts b/src/stores/line-net-store.ts index 0b1d48b..106888c 100644 --- a/src/stores/line-net-store.ts +++ b/src/stores/line-net-store.ts @@ -99,12 +99,11 @@ export const useLineNetStore = defineStore('lineNet', { data.msgs.forEach((item: state.WarnMessage) => { if (!item.occRealConned) { newTip = - newTip + `
${item.lineId}号线路与卡斯柯的实时连接已断开;
`; + newTip + `
${item.lineId}号线路与同方的实时连接已断开;
`; } if (!item.occUnrealConned) { newTip = - newTip + - `
${item.lineId}号线路与卡斯柯的非实时连接已断开
`; + newTip + `
${item.lineId}号线路与同方的非实时连接已断开
`; } }); if (newTip && (newTip !== tip || !msgNotify)) {