Browse Source

路由文件

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

+ 2 - 1
src/router/index.js

@@ -421,6 +421,7 @@ export const dynamicRoutes = [{
     }
   }]
 },
+// 推荐管理
 {
   path: '/operation',
   component: Layout,
@@ -432,7 +433,7 @@ export const dynamicRoutes = [{
     name: 'recommendDetail',
     meta: {
       title: '推荐详情',
-      activeMenu: '/operation/recommend'
+      activeMenu: '/operation/operationRecommend'
     }
   }]
 },