You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
236 B

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
}