/** * @param {Egg.Application} app - egg application */ module.exports = app => { require('./goods')(app); // 商品视图 };