ソースを参照

Merge branch 'develop_yh21' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh21

chenrui 2 年 前
コミット
cd1fac81e6
1 ファイル変更6 行追加6 行削除
  1. 6 6
      src/config/router.config.js

+ 6 - 6
src/config/router.config.js

@@ -3225,8 +3225,8 @@ export const asyncRouterMap = [
         component: PageView,
         meta: {
           title: '促销管理',
-          icon: 'contacts'
-          // permission: 'M_promotionInfoList'
+          icon: 'contacts',
+          permission: 'M_promotionInfo'
         },
         children: [
           {
@@ -3236,8 +3236,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '促销活动',
-              icon: 'contacts'
-              // permission: 'M_promotionInfoList'
+              icon: 'contacts',
+              permission: 'M_promotionInfoList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -3248,8 +3248,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '促销活动列表',
                   icon: 'contacts',
-                  hidden: true
-                  // permission: 'M_promotionInfoList'
+                  hidden: true,
+                  permission: 'M_promotionInfoList'
                 }
               }
             ]