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