Commit 15160dd2 authored by Gakki's avatar Gakki

100改为10

parent d33cd1d1
...@@ -2,22 +2,22 @@ ...@@ -2,22 +2,22 @@
"prod":[ { "prod":[ {
"name": "pudong", "name": "pudong",
"entry": "http://211.136.105.193/elvweb", "entry": "http://10.220.105.137:81/elvweb",
"activeRule": "/pudong" "activeRule": "/pudong"
}, },
{ {
"name": "danger", "name": "danger",
"entry": "http://211.136.105.193/dangerweb", "entry": "http://10.220.105.137:81/dangerweb",
"activeRule": "/danger" "activeRule": "/danger"
}, },
{ {
"name": "czd", "name": "czd",
"entry": "http://211.136.105.193/czd", "entry": "http://10.220.105.137:81/czd",
"activeRule": "/czd" "activeRule": "/czd"
}, },
{ {
"name": "checkorder", "name": "checkorder",
"entry": "http://211.136.105.193/checkorder", "entry": "http://10.220.105.137:81/checkorder",
"activeRule": "/checkorder" "activeRule": "/checkorder"
}, },
{ {
......
...@@ -18,7 +18,8 @@ case 'pudong-sit': ...@@ -18,7 +18,8 @@ case 'pudong-sit':
break break
case 'pudong-prod': case 'pudong-prod':
BASE_URL = 'http://211.136.105.193/apiv2', // BASE_URL = 'http://211.136.105.193/apiv2',
BASE_URL = 'http://10.220.105.137:81/api'
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye' FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break 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