Commit 0431d75a authored by tangwei's avatar tangwei

合并

parent 2ceb61fd
......@@ -11,6 +11,7 @@ const baseURI = AmosConfig.httpURI.convertorURI;
//规则
const ruleURI = AmosConfig.httpURI.rulesConfigURI;
const baseURI2 = AmosConfig.httpURI.baseURI;
export const ConvertorURI = convertorURI;
export const FscSerUrl = {
......@@ -49,6 +50,27 @@ export const FscSerUrl = {
fetchTaskQueryCriteria: completePrefix(patrolURI, 'api/task/queryCriteria/init'),//巡检点列表查询
routePlanPointPageUrl: completePrefix(patrolURI, 'api/spc/routePlanPoint/list'),
//*******************************************************************************
// 全景监控
//*******************************************************************************
safetyIndexUrl: completePrefix(baseURI2, 'api/view3d/statistics/safetyIndex'),//今日安全指数
safetyIndexDetailUrl: completePrefix(baseURI2, 'api/view3d/safetyIndex/detail/{type}'),//今日安全指数详情
safetyExecuteListUrl: completePrefix(baseURI2, 'api/view3d/safetyExecute/list/{type}'),//告警列表最新5条
equipStatusListUrl: completePrefix(baseURI2, 'api/view3d/equipStatus/list'),//设备状态消息最新5条
safetyIndexWeekUrl: completePrefix(baseURI2, 'api/view3d/safetyIndex/week'),//一周安全指数趋势查询
statisticsCheckUrl: completePrefix(baseURI2, 'api/view3d/statistics/check'),//今日巡检统计接口
statisticsDutyUrl: completePrefix(baseURI2, 'api/view3d/statistics/duty'), //今日值班统计
onlineDayUrl: completePrefix(baseURI2, 'api/view3d/online/date') //消防安全执行天数
};
export const FasSerUrl = {
......
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