'use strict'; module.exports = app => { const { router, controller } = app; // 流量查询结果状态 router.get('/report/carFlow/index', controller.carFlowController.index); };