diff --git a/src/router/index.js b/src/router/index.js index 57a46eb..d0d5ba1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -317,6 +317,12 @@ const router = createRouter({ component: () => import('../views/Activities/Lebanon/IndependenceDay/index.vue'), meta: { requiresAuth: true }, }, + { + path: '/my-BDLeader-teams', + name: 'my-BDLeader-teams', + component: () => import('../views/AdminCenter/MyBDLeaderTeams.vue'), + meta: { requiresAuth: true }, + }, ], }) diff --git a/src/utils/permissionManager.js b/src/utils/permissionManager.js index ffde1c8..fc527be 100644 --- a/src/utils/permissionManager.js +++ b/src/utils/permissionManager.js @@ -146,6 +146,7 @@ export const ROLE_PERMISSIONS = { '/cash-out-details', //提现详情页面 '/KYC', //提现资料提交 '/bank-card', //选择银行卡 + '/my-BDLeader-teams', //我的BDLeader团队页面(临时开放) ], // 加载页面 diff --git a/src/utils/routeGuard.js b/src/utils/routeGuard.js index 4748bc7..d5e6e30 100644 --- a/src/utils/routeGuard.js +++ b/src/utils/routeGuard.js @@ -426,6 +426,7 @@ class RouteGuard { '/cash-out-details', //提现详情页面 '/KYC', //提现资料提交 '/bank-card', //选择银行卡 + '/my-BDLeader-teams', //我的BDLeader团队页面(临时开放) ] return publicPages.includes(path) } diff --git a/src/views/AdminCenter/MyBDLeaderTeams.vue b/src/views/AdminCenter/MyBDLeaderTeams.vue new file mode 100644 index 0000000..f8bca13 --- /dev/null +++ b/src/views/AdminCenter/MyBDLeaderTeams.vue @@ -0,0 +1,431 @@ + + + + +