From e19d739b1b1eb2c5022bbffab1de5afa89afe1c7 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 14 四月 2023 15:56:01 +0800
Subject: [PATCH] router/index.js里面修改了几个详细页面的权限对应到系统管理的按钮当中了 在对应的index.vue中修改了对应的路由信息 已经全部可以跳转到详情页面了,不管是admin用户还是zhangshu用户

---
 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