zhangherong
2025-04-10 445a99947eb57b9b5c7416fc060f579458c660d0
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({