Blame view

apps/pages/showorder/index.js 182 Bytes
htoooth authored
1
陈峰 authored
2
export default [{
陈峰 authored
3
  path: '/grass/showorder/:id',
htoooth authored
4
  name: 'showorder',
陈峰 authored
5
htoooth authored
6
  component: () => import(/* webpackChunkName: "order" */ '../article/components/detail/article-detail')
陈峰 authored
7
}];