const isPro = true const BASE_API_URL = isPro ? 'http://store-admin.nhet.cloud:8080/jeecg-boot' : 'http://47.100.35.222:8080/jeecg-boot'; export default { imgUrl: BASE_API_URL + '/sys/common/static/', apiUrl: BASE_API_URL, isPro }