Browse Source

签到明细修改,ip改正式

FANGLH 7 years ago
parent
commit
b85b1ab4fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/wechat-web/src/configs/api.config.js

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

@@ -7,10 +7,10 @@ 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