Authored by 陈峰

commit

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