@@ -12,7 +12,7 @@ import { ACCESS_TOKEN, TENANT_ID } from "@/store/mutation-types"
* @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({