upload project source code
This commit is contained in:
7
前端源码/uni-app/utils/feature-flags.ts
Normal file
7
前端源码/uni-app/utils/feature-flags.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 全局功能开关
|
||||
* false: 不隐藏充值功能(显示)
|
||||
* true: 隐藏充值功能
|
||||
*/
|
||||
export const HIDE_RECHARGE_FEATURE: boolean = true;
|
||||
|
||||
Reference in New Issue
Block a user