From d52e5a8efc4e53abf357d75a39841d6a87fe6049 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 1 Mar 2024 14:12:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E5=9C=A8?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=9A=E8=BF=87=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0=E6=88=91=E7=9A=84=E6=94=B6=E8=97=8F=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/mobile/home/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/mobile/home/index.vue b/core/core-frontend/src/views/mobile/home/index.vue index bbe989e7ca..6f390850de 100644 --- a/core/core-frontend/src/views/mobile/home/index.vue +++ b/core/core-frontend/src/views/mobile/home/index.vue @@ -115,7 +115,7 @@ const handleCellClick = ele => { router.push({ path: '/panel/mobile', query: { - dvId: ele.id + dvId: ele.resourceId } }) }