|
|
@@ -7,7 +7,7 @@ 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.ydyhz.com'
|
|
|
// export const _host = 'http://10.1.80.36:9520'
|
|
|
export const _baseURL = _host + '/api/school'
|
|
|
|