// 当前环境 export const ENV_DEVELOP = 'develop' export const ENV_TRIAL = 'trial' export const ENV_RELEASE = 'release'