FANGLH 6 anni fa
parent
commit
d39462d49b
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      frontend/wechat-web/src/configs/api.config.js

+ 4 - 4
frontend/wechat-web/src/configs/api.config.js

@@ -7,13 +7,13 @@ import store from './../redux/store/store'
  * Created by RaoMeng on 2018/11/21
  * Desc: 项目接口
  */
-// export const _host = 'https://school-api.ubtob.com'
+export const _host = 'https://school-api.ubtob.com'
 // export const _host = 'http://10.1.80.47:9520' //顾群
 // export const _host = 'http://10.1.80.180:9520' //赵耀
-export const _host = 'http://10.1.80.36:9520'  //陈伟
+// export const _host = 'http://10.1.80.36:9520'  //陈伟
 
-export const _baseURL = _host + '/api/school'
-// export const _baseURL = _host
+// export const _baseURL = _host + '/api/school'
+export const _baseURL = _host
 
 export const API = {
     //获取openId