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