refactor(risk, navigation): update risk management redirects and enhance loading states
Changed default redirects in risk management pages to point to the new risk pools section. Removed unused risk lock log components and streamlined the admin reports page with a loading state for better user experience. Added a new DocFigure component for improved documentation visuals and updated localization files to include new figure descriptions.
This commit is contained in:
@@ -48,7 +48,7 @@ export const PRD_RISK_MANAGE = "prd.risk.manage" as const;
|
||||
export const PRD_ODDS_VIEW = "prd.odds.view" as const;
|
||||
|
||||
/** 钱包补单/冲正(冲正、补入账、手工结案等会影响资金状态的动作) */
|
||||
export const PRD_WALLET_WRITE_ANY = [PRD_WALLET_ADJUST_MANAGE] as const;
|
||||
export const PRD_WALLET_WRITE_ANY = [PRD_WALLET_ADJUST_MANAGE, PRD_WALLET_RECONCILE_MANAGE] as const;
|
||||
|
||||
/** 玩家列表页(与侧栏 requiredAny 一致) */
|
||||
export const PRD_PLAYERS_ACCESS_ANY = [
|
||||
|
||||
Reference in New Issue
Block a user