Browse Source

修改bug

chenrui 2 years ago
parent
commit
f1123a5834
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/config/router.config.js

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

@@ -820,8 +820,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '退货一览表',
-              icon: 'vertical-align-top'
-              // permission: 'M_returnScheduleList'
+              icon: 'vertical-align-top',
+              permission: 'M_returnScheduleList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -832,8 +832,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '销售退货确认列表',
                   icon: 'vertical-align-top',
-                  hidden: true
-                  // permission: 'M_returnScheduleList'
+                  hidden: true,
+                  permission: 'M_returnScheduleList'
                 }
               }
             ]