Commit 2cc422ea authored by maoying's avatar maoying

修改巡检接口

parent 3774d269
...@@ -14,7 +14,7 @@ const xjBaseURI = AmosConfig.httpURI.fileServerURI; ...@@ -14,7 +14,7 @@ const xjBaseURI = AmosConfig.httpURI.fileServerURI;
export const getOutterURL = (key) => { export const getOutterURL = (key) => {
return (AmosConfig.outterURI || {})[key] || ''; return (AmosConfig.outterURI || {})[key] || '';
}; };
export const patrolURI = baseURI+app.patrol; export const patrolURI = baseURI;
export const fireBaseURI = baseURI+app.fireAutoSys; export const fireBaseURI = baseURI+app.fireAutoSys;
export const SecurityWsUrl = securityBaseWsURI; export const SecurityWsUrl = securityBaseWsURI;
export const XJBaseURI = xjBaseURI; export const XJBaseURI = xjBaseURI;
......
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