Authored by htoooth

add dispatch

... ... @@ -7,6 +7,7 @@
module.exports = app => {
// 公共服务
app.use('/common', require('./apps/common'));
// 业务模块
app.use(require('./apps/channel')); // 频道页
... ...