From e60a09778f98f0e496af1ba23de55d30609e04f7 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 10 四月 2023 16:49:25 +0800
Subject: [PATCH] 修改了contacts中的index.js中的getContractList方法,要传入查询参数 export function getContactList(query) {   return request({     url: '/zfContact/all' ,     method: 'get',     params: query

---
 ruoyi-ui/src/router/index.js |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index b3ba839..f9a1fb4 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -143,27 +143,10 @@
       }
     ]
   },
-  //瀹跺涵璁惧璇︽儏椤�
-  {
-    path: '/jiatingshebei/device',
-    component: Layout,
-    // permissions: [],
-    permissions: ['jiatingshebei:device:list'],
-    hidden: true,
-    children: [
-      {
-        path: 'equipmentInfo/:id(\\d+)',
-        component: () => import('@/views/device/equipmentInfo'),
-        name: 'equipmentInfo',
-        meta: { title: '鏌ヨ璇︽儏'}
-      }
-    ]
-  },
-
 
   //缂栬緫涓汉淇℃伅
   {
-    path: '/self/user',
+    path: '/self/self',
     component: Layout,
     permissions: ['self:self:list'],
 

--
Gitblit v1.9.1