index.js 143 Bytes
export default [{
  name: 'coupon',
  path: '/mapp/coupon/yoho.html',
  component: () => import(/* webpackChunkName: "coupon" */ './list')
}];