zhangherong
2025-06-17 11283507d7a8f98f8aed6bd45b7a84c2a6b146b7
src/utils/request.js
@@ -11,7 +11,7 @@
 * 则映射后端域名,通过 vue.config.js
 * @type {*|string}
 */
let apiBaseUrl = "/jeecg-boot";
let apiBaseUrl =  window._CONFIG['domianURL'] || "/jeecg-boot";
//console.log("apiBaseUrl= ",apiBaseUrl)
// 创建 axios 实例
const service = axios.create({