fix: keep payment order menu permission
This commit is contained in:
parent
f0142e75a5
commit
1ec53a8419
@ -36,6 +36,11 @@ const ROUTE_MENU_OVERRIDES: Record<
|
|||||||
routers: ['open_pay/country'],
|
routers: ['open_pay/country'],
|
||||||
titles: ['开通支付国家'],
|
titles: ['开通支付国家'],
|
||||||
},
|
},
|
||||||
|
PaymentOrderList: {
|
||||||
|
aliases: ['OrderDetails'],
|
||||||
|
routers: ['order/details', 'operate/manager/order/details'],
|
||||||
|
titles: ['订单详情'],
|
||||||
|
},
|
||||||
PropsResourceConfig: { aliases: ['PropsConfig'], routers: ['props/config'] },
|
PropsResourceConfig: { aliases: ['PropsConfig'], routers: ['props/config'] },
|
||||||
PropsSourceGroup: {
|
PropsSourceGroup: {
|
||||||
aliases: ['PropsActivityRewardCnf'],
|
aliases: ['PropsActivityRewardCnf'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user