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.
|
const isPro = true
|
|
export default {
|
|
imgUrl: 'http://store-admin.nhet.cloud:8080/jeecg-boot/sys/common/static/',
|
|
apiUrl: isPro ? 'http://store-admin.nhet.cloud:8080/jeecg-boot' : 'http://store-admin.nhet.cloud:8080/jeecg-boot',
|
|
isPro
|
|
}
|