|
|
|
@ -2,9 +2,9 @@ let BASE_URL = ''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (process.env.NODE_ENV == 'development') {
|
|
|
|
|
BASE_URL = 'https://devops.nhet.cloud/jeecg-boot' // 开发环境
|
|
|
|
|
BASE_URL = 'https://h5devops.nhet.cloud/jeecg-boot' // 开发环境
|
|
|
|
|
} else {
|
|
|
|
|
BASE_URL = 'https://devops.nhet.cloud/jeecg-boot' // 生产环境
|
|
|
|
|
BASE_URL = 'https://h5devops.nhet.cloud/jeecg-boot' // 生产环境
|
|
|
|
|
}
|
|
|
|
|
let staticDomainURL = BASE_URL+ '/sys/common/static';
|
|
|
|
|
|
|
|
|
|