From a121857093cb470bf1140d97f233635e74ddc044 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Wed, 1 Nov 2023 18:00:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=82=E9=85=8D=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=93=BE=E8=B7=AF=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E5=9B=BE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/charts/linkMonitor/LinkDirectionGrid.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/charts2/charts/linkMonitor/LinkDirectionGrid.vue b/src/views/charts2/charts/linkMonitor/LinkDirectionGrid.vue index c74bb2c4..df94284a 100644 --- a/src/views/charts2/charts/linkMonitor/LinkDirectionGrid.vue +++ b/src/views/charts2/charts/linkMonitor/LinkDirectionGrid.vue @@ -188,9 +188,9 @@ export default { // 链路下一跳数据 let nextGridData = [] const nextGridTemplate = [ - { linkId: 'Hundredgige2', nextHop: '太原', out: [] }, - { linkId: 'Hundredgige1', nextHop: '西安', out: [] }, - { linkId: 'Hundredgige4', nextHop: '西宁', out: [] } + { linkId: 'Hundredgige2', nextHop: 'City2', out: [] }, + { linkId: 'Hundredgige1', nextHop: 'City1', out: [] }, + { linkId: 'Hundredgige4', nextHop: 'City3', out: [] } ] nextGridData = JSON.parse(JSON.stringify(nextGridTemplate)) nextGridData.forEach(link => {