index.js 229 B

12345678
  1. /**
  2. * @param {Egg.Application} app - egg application
  3. */
  4. module.exports = app => {
  5. require('./banner')(app); // 广告图
  6. require('./indexModule')(app); // 图标菜单
  7. require('./serviceContace')(app); // 客服信息
  8. };