index.js 446 Bytes
/**
 * 发货入库差异
 * Created by TaoHuang on 2017/5/4.
 */

export default [{
    path: '/list.html',
    name: 'list',
    component: () => import(/* webpackChunkName: "repository.diff" */'./list'),
    meta: {
        pageName: '差异工单'
    }
}, {
    path: '/detail.html',
    name: 'detail',
    component: () => import(/* webpackChunkName: "repository.diff" */'./detail'),
    meta: {
        pageName: '工单详情'
    }
}];