...
|
...
|
@@ -7,6 +7,7 @@ |
|
|
const _ = require('lodash');
|
|
|
const helpers = global.yoho.helpers;
|
|
|
const brand = require('./brand');
|
|
|
|
|
|
/**
|
|
|
* 频道选择页
|
|
|
*/
|
...
|
...
|
@@ -19,4 +20,4 @@ const component = { |
|
|
}
|
|
|
};
|
|
|
|
|
|
module.exports = Object.assign(component,brand); |
|
|
module.exports = Object.assign(component, brand); |
...
|
...
|
|