fix(身份权限): 修复bd无法进入搜索收款人页面的问题
This commit is contained in:
parent
f9a4376ab1
commit
5b4fa672e7
@ -73,7 +73,6 @@ export const ROLE_PERMISSIONS = {
|
|||||||
PAGES.RECHARGE_STANDARD, //普通转账功能
|
PAGES.RECHARGE_STANDARD, //普通转账功能
|
||||||
'/team-member',
|
'/team-member',
|
||||||
'/information-details',
|
'/information-details',
|
||||||
'/search-payee',
|
|
||||||
'/history-salary',
|
'/history-salary',
|
||||||
'/platform-salary',
|
'/platform-salary',
|
||||||
'/invite-members',
|
'/invite-members',
|
||||||
@ -122,7 +121,6 @@ export const ROLE_PERMISSIONS = {
|
|||||||
PAGES.HOST_SETTING, // 主播设置
|
PAGES.HOST_SETTING, // 主播设置
|
||||||
PAGES.RECHARGE_STANDARD, //普通转账功能
|
PAGES.RECHARGE_STANDARD, //普通转账功能
|
||||||
'/information-details',
|
'/information-details',
|
||||||
'/search-payee',
|
|
||||||
'/history-salary',
|
'/history-salary',
|
||||||
'/platform-salary',
|
'/platform-salary',
|
||||||
'/invite-members',
|
'/invite-members',
|
||||||
@ -151,6 +149,7 @@ export const ROLE_PERMISSIONS = {
|
|||||||
'/recharge',
|
'/recharge',
|
||||||
'/recharge-freight-agent',
|
'/recharge-freight-agent',
|
||||||
'/recharge-agency-recruit', //充值代理介绍页面
|
'/recharge-agency-recruit', //充值代理介绍页面
|
||||||
|
'/search-payee', //搜索收款人
|
||||||
'/cash-out', // 提现页面
|
'/cash-out', // 提现页面
|
||||||
'/cash-out-details', //提现详情页面
|
'/cash-out-details', //提现详情页面
|
||||||
'/KYC', //提现资料提交
|
'/KYC', //提现资料提交
|
||||||
|
|||||||
@ -419,8 +419,9 @@ class RouteGuard {
|
|||||||
'/error', // 通用错误页面
|
'/error', // 通用错误页面
|
||||||
'/recharge',
|
'/recharge',
|
||||||
'/recharge-freight-agent',
|
'/recharge-freight-agent',
|
||||||
'/pay-result',
|
|
||||||
'/recharge-agency-recruit', //充值代理介绍页面
|
'/recharge-agency-recruit', //充值代理介绍页面
|
||||||
|
'/pay-result',
|
||||||
|
'/search-payee', //搜索收款人
|
||||||
'/cash-out', // 提现页面
|
'/cash-out', // 提现页面
|
||||||
'/cash-out-details', //提现详情页面
|
'/cash-out-details', //提现详情页面
|
||||||
'/KYC', //提现资料提交
|
'/KYC', //提现资料提交
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user