yuhan пре 10 месеци
родитељ
комит
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({