DESKTOP-SVI9JE1\muzen 1 년 전
부모
커밋
67419bb38a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -209,12 +209,12 @@ export const dynamicRoutes = [{
   permissions: ['device:list:list'],
   name: 'deviceList',
   children: [{
-    path: 'list/detail',
+    path: 'deviceList/detail',
     component: () => import('@/views/device/list/detail'),
     name: 'deviceListDetail',
     meta: {
       title: '设备详情',
-      activeMenu: '/device/DeviceList'
+      activeMenu: '/device/deviceList'
     }
   }]
 },