Bläddra i källkod

调整提现权限

梁展鹏 3 år sedan
förälder
incheckning
ea8e64b8e1
1 ändrade filer med 10 tillägg och 10 borttagningar
  1. 10 10
      src/router/index.js

+ 10 - 10
src/router/index.js

@@ -104,16 +104,6 @@ export const asyncRoutes = [
           // icon: 'tree'
           roles: ['admin', 'operate']
         }
-      },
-      {
-        path: 'WithdrawalRecord',
-        name: '提现记录',
-        component: () => import('@/views/statistics/withdrawalRecord/index'),
-        meta: {
-          title: '提现记录',
-          // icon: 'tree'
-          roles: ['admin', 'operate']
-        }
       }
     ]
   },
@@ -301,6 +291,16 @@ export const asyncRoutes = [
         }
       },
       {
+        path: 'WithdrawalRecord',
+        name: '提现记录',
+        component: () => import('@/views/statistics/withdrawalRecord/index'),
+        meta: {
+          title: '提现记录',
+          // icon: 'tree'
+          roles: ['admin', 'finance']
+        }
+      },
+      {
         path: 'PointsSetting',
         name: '积分设置',
         component: () => import('@/views/pointsManagement/pointsSetting/index'),