index.js
315 Bytes
/**
* Created by TaoHuang on 2017/4/18.
*/
import childrenViews from './components';
export default {
path: '/create',
name: 'create',
component: () => import(/* webpackChunkName: "product.create" */'./create'),
children: childrenViews,
meta: {
pageName: '发布新商品',
}
};