From 3b27872f10a6618af42fd86ff5c4602894fab589 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 24 四月 2023 20:38:18 +0800
Subject: [PATCH] 4.24日新增收藏与荣誉模块

---
 ruoyi-ui/src/views/device/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/device/index.vue b/ruoyi-ui/src/views/device/index.vue
index 1ef5cc6..5775fc6 100644
--- a/ruoyi-ui/src/views/device/index.vue
+++ b/ruoyi-ui/src/views/device/index.vue
@@ -479,7 +479,7 @@
     /** 鏌ョ湅璇︾粏淇℃伅 */
     handleCheck(row){
       const id = row.id;
-      this.$router.push("/jiatingshebei/device/equipmentInfo/" + id);
+      this.$router.push("/familymodel/Device/equipmentInfo/" + id);
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
@@ -487,7 +487,7 @@
       let jd = true
 
       this.$router.push({
-        path:"/jiatingshebei/device/equipmentInfo/" + id,
+        path:"/familymodel/Device/equipmentInfo/" + id,
         query:{
           detail:jd
         }

--
Gitblit v1.9.1