/** * 全局功能开关 * false: 不隐藏充值功能(显示) * true: 隐藏充值功能 */ export const HIDE_RECHARGE_FEATURE: boolean = true;