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