index.js 250 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * Created by GeXuHui on 2017/7/26. */ export default { path: '/sellback.html', name: 'sellback', component: () => import(/* webpackChunkName: "repository.sellback" */'./list'), meta: { pageName: '销退入库' } };