Commit c3401185 by lixinming

no message

parent c1bdb757
/**
* 建设指挥 逻辑
* 处理数据
*/
\ No newline at end of file
/**
* 总体概览 逻辑
* 处理数据
*/
\ No newline at end of file
/**
* 建设智慧 路由
*/
\ No newline at end of file
/**
* 总体概览路由
*/
\ No newline at end of file
...@@ -2,5 +2,19 @@ ...@@ -2,5 +2,19 @@
import * as asyncHandler from 'express-async-handler' import * as asyncHandler from 'express-async-handler'
export function setRouter(httpServer){ export function setRouter(httpServer){
/**建设指挥 */
httpServer.get('/construct/plannedprogress/qqgl', asyncHandler(jhjdBiz.getQqzz) );
httpServer.get('/construct/plannedprogress/dxtd', asyncHandler(jhjdBiz.getDqtd) );
httpServer.get('/construct/plannedprogress/xxjd', asyncHandler(jhjdBiz.getXxjd) );
httpServer.get('/construct/plannedprogress/lcbjd', asyncHandler(jhjdBiz.getLcbjd) );
/**业财融合 */
httpServer.get('/construct/integrationofbusinessandfinance/tzwcqk', asyncHandler(ycrhBiz.getTzwcqk) );
httpServer.get('/construct/integrationofbusinessandfinance/htjeyjzl', asyncHandler(ycrhBiz.getHtjeyjzl) );
httpServer.get('/construct/integrationofbusinessandfinance/detailed', asyncHandler(ycrhBiz.getDetailedData) );
/**地图线路坐标 */
httpServer.get('/construct/zlaq/zmxfx', asyncHandler(zlaqBiz.zmxfx));
httpServer.get('/construct/zlaq/dqfxjd', asyncHandler(zlaqBiz.dqfxjd));
httpServer.get('/construct/zlaq/gcaqzt', asyncHandler(zlaqBiz.gcaqzt));
} }
\ No newline at end of file
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