index.js 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * 可调拨库存 * Created by TaoHuang on 2017/5/4. */ export default { path: '/jit.html', name: 'jit', component: () => import(/* webpackChunkName: "repository.jit" */'./jit'), meta: { pageName: '可调拨库存' } };