/** * @param {Egg.Application} app - egg application */ module.exports = app => { require('./dictIndex')(app); // 字典目录 require('./dictData')(app); // 字典内容 };