DESKTOP-2S67K1S\31396 преди 2 години
родител
ревизия
99bd79b722
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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'
     }
   }]
 },