卡斯柯=》同方
This commit is contained in:
parent
41e59960ee
commit
99b7cba025
@ -3,7 +3,7 @@
|
|||||||
ref="dialogRef"
|
ref="dialogRef"
|
||||||
@show="onDialogShow"
|
@show="onDialogShow"
|
||||||
seamless
|
seamless
|
||||||
title="与卡斯柯连接状态信息"
|
title="与同方连接状态信息"
|
||||||
:width="300"
|
:width="300"
|
||||||
:height="0"
|
:height="0"
|
||||||
>
|
>
|
||||||
|
@ -99,12 +99,11 @@ export const useLineNetStore = defineStore('lineNet', {
|
|||||||
data.msgs.forEach((item: state.WarnMessage) => {
|
data.msgs.forEach((item: state.WarnMessage) => {
|
||||||
if (!item.occRealConned) {
|
if (!item.occRealConned) {
|
||||||
newTip =
|
newTip =
|
||||||
newTip + `<div>${item.lineId}号线路与卡斯柯的实时连接已断开;</div>`;
|
newTip + `<div>${item.lineId}号线路与同方的实时连接已断开;</div>`;
|
||||||
}
|
}
|
||||||
if (!item.occUnrealConned) {
|
if (!item.occUnrealConned) {
|
||||||
newTip =
|
newTip =
|
||||||
newTip +
|
newTip + `<div>${item.lineId}号线路与同方的非实时连接已断开</div>`;
|
||||||
`<div>${item.lineId}号线路与卡斯柯的非实时连接已断开</div>`;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (newTip && (newTip !== tip || !msgNotify)) {
|
if (newTip && (newTip !== tip || !msgNotify)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user