Commit 717c658f authored by Gakki's avatar Gakki

添加杨浦子项目配置

parent c1759910
...@@ -39,6 +39,11 @@ ...@@ -39,6 +39,11 @@
"name": "hp_question", "name": "hp_question",
"entry": "http://172.82.26.1/question", "entry": "http://172.82.26.1/question",
"activeRule": "/hp_question" "activeRule": "/hp_question"
},
{
"name": "document",
"entry": "http://172.82.26.1/document",
"activeRule": "/document"
} }
], ],
...@@ -82,7 +87,11 @@ ...@@ -82,7 +87,11 @@
"name": "hp_question", "name": "hp_question",
"entry": "http://huangpu.hm.omniview.pro/question", "entry": "http://huangpu.hm.omniview.pro/question",
"activeRule": "/hp_question" "activeRule": "/hp_question"
},
{
"name": "document",
"entry": "http://yangpu-hm.omniview.pro/document",
"activeRule": "/document"
} }
] ]
} }
\ No newline at end of file
{
"Layout": [
{
"path": "/document/month", "name": "month",
"meta": { "title": "房办月查","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/document/month/monthList", "name": "month",
"meta": { "title": "房办月查列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/document/month/monthInfo", "name": "monthInfo",
"meta": { "title": "检查详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/document/repair", "name": "repairList",
"meta": { "title": "应急报修","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[
{
"path": "/document/repair/repairList", "name": "repairList",
"meta": { "title": "应急报修列表","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children": [
{
"path": "/document/repair/repairInfo", "name": "repairInfo",
"meta": { "title": "报修详情", "menuPath":false, "hideInBread":false }
}
]
}
]
},
{
"path": "/document/tousu", "name": "tousu",
"meta": { "title": "投诉信息", "menuPath": true, "menuIcon": "profile", "hideInBread": true },
"children": [
{
"path": "/document/tousu/tousuQuestion", "name": "tousuQuestion",
"meta": { "title": "投诉问题排行", "menuPath":true, "hideInBread":false},
"children":[
{
"path": "/document/tousu/tousuQuestion/questionInfo", "name": "questionInfo",
"meta": { "title": "投诉问题列表", "menuPath":false, "hideInBread":false }
},
{
"path": "/document/tousu/tousuQuestion/tousuDetails", "name": "tousuDetails",
"meta": { "title": "投诉问题详情", "menuPath":false, "hideInBread":false }
}
]
},
{
"path": "/document/tousu/tousuDensity", "name": "tousuDensity",
"meta": { "title": "投诉密度排行", "menuPath":true, "hideInBread":false}
}
]
}
]
}
\ No newline at end of file
...@@ -21,7 +21,7 @@ case 'pudong-sit': ...@@ -21,7 +21,7 @@ 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/api/v2' //浦东
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye' FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break break
...@@ -38,6 +38,18 @@ case 'xuhui-prod': ...@@ -38,6 +38,18 @@ case 'xuhui-prod':
break break
case 'yangpu-sit':
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', // 徐汇
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
case 'huangpu-sit': 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' FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
...@@ -53,8 +65,9 @@ case 'huangpu-prod': ...@@ -53,8 +65,9 @@ case 'huangpu-prod':
default: // 默认环境下(开发环境) default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2' // BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2' // BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278' // MOCK_URL = 'https://yapi.omniview.pro/mock/278'
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