Blame view

apps/pages/fashion/index.js 161 Bytes
陈峰 authored
1
export default [{
王水玲 authored
2 3
  path: '/fashion/detail',
  name: 'fashionDetail',
陈峰 authored
4
王水玲 authored
5
  component: () => import(/* webpackChunkName: "fashionDetail" */ './fashion-detail')
陈峰 authored
6
}];