Browse Source

正式地址

RaoMeng 6 years ago
parent
commit
55fa2c4136
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,8 +7,8 @@ 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 = 'http://10.1.80.36:9520'
+export const _host = 'https://school-api.ubtob.com'
+// export const _host = 'http://10.1.80.36:9520'
 export const _baseURL = _host + '/api/school'
 
 export const API = {