Browse Source

接口修改

FANGLH 6 years ago
parent
commit
2676a8fe89
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

@@ -12,8 +12,8 @@ export const _host = 'https://school-api.ubtob.com'
 // export const _host = 'http://10.1.80.180: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