Commit 04ca74c0 authored by Gakki's avatar Gakki

api删除无用行

parent 717c658f
......@@ -7,58 +7,55 @@ let BASE_URL = '', MOCK_URL='',
*/
switch (process.env.NODE_ENV) {
case 'devol': // 本地线上部署环境下
// BASE_URL = 'http://search.omniview.pro/api'
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://hm.omniview.pro/api'
break
case 'pudong-sit':
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2',
// BASE_URL = 'http://211.136.105.193/apiv2' //浦东
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'pudong-prod':
BASE_URL = 'http://211.136.105.193/api/v2' //浦东
BASE_URL = 'http://211.136.105.193/api/v2',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'xuhui-sit':
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' // 徐汇
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'xuhui-prod':
BASE_URL = 'http://31.0.161.39/apiv2', // 徐汇
BASE_URL = 'http://31.0.161.39/apiv2',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'yangpu-sit':
BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2' // 徐汇
BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'yangpu-prod':
BASE_URL = 'http://10.216.118.142/api', // 徐汇
BASE_URL = 'http://10.216.118.142/api',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'huangpu-sit':
BASE_URL = 'http://huangpu.hm.omniview.pro/api/v2', // 徐汇
BASE_URL = 'http://huangpu.hm.omniview.pro/api/v2',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'huangpu-prod':
// BASE_URL = 'http://31.0.161.39/apiv2', // 徐汇
// FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
BASE_URL = 'http://172.82.26.1/api',
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment