Authored by 陈峰

commit

1 -import YohoPage from './list';  
2 -  
3 export default [{ 1 export default [{
4 name: 'coupon', 2 name: 'coupon',
5 path: '/mapp/coupon/yoho.html', 3 path: '/mapp/coupon/yoho.html',
6 - component: YohoPage, 4 + component: () => import(/* webpackChunkName: "coupon" */ './list')
7 }]; 5 }];