From 49dde562c89bb94f437606c4d4a5d73199334991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=96=87=E6=95=AC?= <942517636@qq.com> Date: Thu, 27 May 2021 15:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E8=A7=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9A=E8=8A=82=E7=82=B9=E7=AE=A1=E7=90=86-->=20?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=88=97=E8=A1=A8=E9=87=8C=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E5=87=BBApp=20Detail=EF=BC=8C=E9=A1=B5=E9=9D=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E4=BA=86=E4=B9=8B=E5=89=8D=E7=9A=84mep-fe?= =?UTF-8?q?=E3=80=82=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mepm-fe/src/host/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mepm-fe/src/host/List.vue b/mepm-fe/src/host/List.vue index bc8b48e..63b7419 100755 --- a/mepm-fe/src/host/List.vue +++ b/mepm-fe/src/host/List.vue @@ -515,7 +515,7 @@ export default { }, methods: { async showAppDetails (row) { - window.open('http://' + row.mechostIp + ':30095') + this.$router.push({ name: 'mepinfo', params: { nodeIp: row.mechostIp } }) }, showDetails (row) { this.$router.push({ name: 'edge-details', params: row }) -- Gitee