Houjie
2025-07-09 634e2994bc4020a06d7116f44a83702a0e423a22
common/service/config.service.js
@@ -1,9 +1,9 @@
let BASE_URL = ''
let BASE_URL = 'http://192.168.1.68:9918/jeecg-boot'
if (process.env.NODE_ENV == 'development') {
   
    BASE_URL = '/jeecg-boot' // 开发环境
    BASE_URL = 'http://192.168.1.68:9918/jeecg-boot' // 开发环境
} else {
   BASE_URL = '/jeecg-boot' // 生产环境
   BASE_URL = 'http://192.168.1.68:9918/jeecg-boot' // 生产环境
}
let staticDomainURL ='/sys/common/static';
let staticURL ='http://125.76.225.53:8086/jeecg-boot/sys/common/static/';