yuhan 9 月之前
父節點
當前提交
fbc294c2d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/request.js

+ 1 - 1
src/utils/request.js

@@ -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({