Commit bca472c0 authored by Gakki's avatar Gakki

添加了dashboard及dashboard的png图标

parent 1db91ca4
......@@ -16,12 +16,12 @@
},
{
"name": "order",
"entry": "http://xuhui.hm.omniview.pro/order",
"entry": "http://31.0.161.39/order",
"activeRule": "/order"
},
{
"name": "question",
"entry": "http://xuhui.hm.omniview.pro/question",
"entry": "http://31.0.161.39/question",
"activeRule": "/question"
}
]
......@@ -21,6 +21,7 @@ case 'pudong-sit':
case 'pudong-prod':
BASE_URL = 'http://211.136.105.193/apiv2' //浦东
FANGDI_URL = 'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
......@@ -31,7 +32,8 @@ case 'xuhui-sit':
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
......@@ -138,8 +140,8 @@ export default {
SHENGCHA_POST: '', // 提交需要XX审查的数据信息
GET_REPAIR_STATISTICS: '/service-documents-ddd/reportBX/statistics', //应急报修统计
GET_CHWECK_DATA: FANGDI_URL+'/propertyinspector/api/v1/sharingplatform/themeListForOneDay', //专项检查数据
GET_JIANCHADIZHI: '/service-special-xh/generateUrl', //获取专项检查页面地址
GET_WYGENERATE: '/service-special-xh/wywebgenerateUrl', //获取物业风险发现/处置地址
GET_JIANCHADIZHI: '/service-special-xh-ddd/generateUrl', //获取专项检查页面地址
GET_WYGENERATE: '/service-special-xh-ddd/wywebgenerateUrl', //获取物业风险发现/处置地址
GET_TOUSUQUESTION_INFO: '/service-documents-ddd/tsDetial', //投诉问题列表
GET_TOUSUDENSITY_LIST: '/service-documents-ddd/tsDensityRank', //投诉密度排行
GET_TOUSUQUESTION_DETAILS: '/service-documents-ddd/tsDetial/{id}', //投诉问题详情
......
This diff is collapsed.
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