Browse Source

路由文件

DESKTOP-2S67K1S\31396 2 years ago
parent
commit
fbfc5551cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -196,7 +196,7 @@ export const dynamicRoutes = [{
     name: 'deviceListDetail',
     name: 'deviceListDetail',
     meta: {
     meta: {
       title: '设备详情',
       title: '设备详情',
-      activeMenu: '/device/list'
+      activeMenu: '/device/DeviceList'
     }
     }
   }]
   }]
 },
 },