ming 3 年之前
父节点
当前提交
97f08de3f4
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1 2
      public/static/config.js
  2. 0 1
      src/utils/request.js

+ 1 - 2
public/static/config.js

@@ -1,9 +1,8 @@
 // api 请求路径
 var PLATFROM_CONFIG = {};
-// PLATFROM_CONFIG.baseUrl = "http://172.16.120.229:8010/" //杨强本地
+// PLATFROM_CONFIG.baseUrl = "http://172.16.120.104:8010/" //杨强本地
 // PLATFROM_CONFIG.baseUrl = "http://172.16.1.196:8010/"  //超博本地
 
-// PLATFROM_CONFIG.baseUrl = "http://172.16.120.104:8010/" //杨强本地
 
 PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/fivapi/" //线上
 PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径

+ 0 - 1
src/utils/request.js

@@ -12,7 +12,6 @@ let baseURL = window.PLATFROM_CONFIG.baseUrl
     // alert(baseURL)
     // alert(process.env.VUE_APP_BASE_URL)
 
-
 /**
  * @description 处理code异常
  * @param {*} code