Houjie
2025-05-21 63b2432286110be1f270672a223c8fb9ddc24233
common/service/config.service.js
@@ -6,7 +6,7 @@
   BASE_URL = '/jeecg-boot' // 生产环境
}
let staticDomainURL ='/sys/common/static';
let staticURL ='https://http://192.168.4.20:9999/jeecg-boot/sys/common/static';
let staticURL ='http://192.168.4.20:9999/jeecg-boot/sys/common/static';
const configService = {
   apiUrl: BASE_URL,
   staticDomainURL: staticDomainURL,