/** * @param {Egg.Application} app - egg application */ module.exports = app => { require('./admin')(app); // 中台统计 require('./bill')(app); // 账单 };