Commit 89b9b9b0 authored by maoying's avatar maoying

修改巡检接口引用

parent ededafc4
......@@ -7,8 +7,8 @@
Amos.config = {
// 普通http
httpURI: {
baseURI: 'http://39.98.246.31:20005/',
pluginURI: 'http://39.98.246.31:3009/',
baseURI: 'http://172.16.10.72:10005/',
pluginURI: 'http://172.16.10.72:10005/',
fileServerURI: 'http://39.98.246.31:8888/' //图片服务器地址
//设计器数据绑定
// dataBindUrl: 'http://172.16.10.91:8083/api/visual/common/dataBind'
......
......@@ -14,7 +14,7 @@ const xjBaseURI = AmosConfig.httpURI.fileServerURI;
export const getOutterURL = (key) => {
return (AmosConfig.outterURI || {})[key] || '';
};
export const patrolURI = baseURI;
export const patrolURI = baseURI+app.patrol;;
export const fireBaseURI = baseURI+app.fireAutoSys;
export const equipURI = baseURI+app.equip;
export const SecurityWsUrl = securityBaseWsURI;
......@@ -93,7 +93,7 @@ export const FscSerUrl = {
//*******************************************************************************
// 巡检业务
//*******************************************************************************
fetchCheckDetailById: completePrefix(patrolURI, 'api/spc/check-detail'), //根据ID查询巡检记录详情
fetchCheckDetailById: completePrefix(patrolURI, 'patrol/api/spc/check-detail'), //根据ID查询巡检记录详情
fetchCheckInputById: completePrefix(patrolURI, 'api/spc/check-input'), //根据ID查询巡检记录项
fetchUserByPd: completePrefix(patrolURI, 'api/spc/check-user'),//巡检人员查询
fetchCheckInfoByPd: completePrefix(patrolURI, 'api/spc/check-info/list'),//巡检记录查询
......
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