Commit 38b11518 by zhanghaozhe

赠一得一

parent fd0f1435
...@@ -37,133 +37,133 @@ const Activity = loadable(() => import(/* webpackChunkName: 'Activity' */'@/comp ...@@ -37,133 +37,133 @@ const Activity = loadable(() => import(/* webpackChunkName: 'Activity' */'@/comp
const Invite = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/activity/1111/invite')) const Invite = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/activity/1111/invite'))
const NewVip = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/vip/index')) const NewVip = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/vip/index'))
export default [ export default [
{ {
path: '/', path: '/',
exact: true, exact: true,
component: Index component: Index
}, },
{ {
path: '/vip/newvip', path: '/vip/newvip',
component: NewVip component: NewVip
}, },
{ {
path: '/classify', path: '/classify',
component: Classify component: Classify
}, },
{ {
path: '/study', path: '/study',
component: Study component: Study
}, },
{ {
path: '/my', path: '/my',
component: My component: My
}, },
{ {
path: '/myedit', path: '/myedit',
component: MyEdit, component: MyEdit,
isPrivate: true isPrivate: true
}, },
{ {
path: '/courselist', path: '/courselist',
component: CourseList component: CourseList
}, },
{ {
path: '/preferential', path: '/preferential',
component: Preferential component: Preferential
}, },
{ {
path: '/search', path: '/search',
exact: true, exact: true,
component: Search component: Search
}, },
{ {
path: '/search-result', path: '/search-result',
component: SearchResult component: SearchResult
}, },
{ {
path: '/order', path: '/order',
component: Order, component: Order,
isPrivate: true isPrivate: true
}, },
{ {
path: '/orderinfo', path: '/orderinfo',
component: Orderinfo component: Orderinfo
}, },
{ {
path: '/detail', path: '/detail',
component: Detail component: Detail
}, },
{ {
path: '/getDetail', path: '/getDetail',
component: Detail component: Detail
}, },
{ {
path: '/examination', path: '/examination',
component: Examination component: Examination
}, },
{ {
path: '/coupons', path: '/coupons',
component: Coupons, component: Coupons,
isPrivate: true isPrivate: true
}, },
{ {
path: '/shopcart', path: '/shopcart',
component: ShopCart, component: ShopCart,
isPrivate: true isPrivate: true
}, },
{ {
path: '/bargain-middle-page', path: '/bargain-middle-page',
component: BargainMiddlePage component: BargainMiddlePage
}, },
{ {
path: '/passport', path: '/passport',
component: Passport component: Passport
}, },
{ {
path: '/play', path: '/play',
component: Video, component: Video,
isPrivate: true isPrivate: true
}, },
{ {
path: '/scholarship', path: '/scholarship',
component: Scholarship component: Scholarship
}, },
{ {
path: '/document', path: '/document',
component: DrawDocument component: DrawDocument
}, },
{ {
path: '/shareposter', path: '/shareposter',
component: sharePoster, component: sharePoster,
isPrivate: true isPrivate: true
}, },
{ {
path: '/myorders', path: '/myorders',
component: myOrders, component: myOrders,
isPrivate: true isPrivate: true
}, },
{ {
path: '/purchased', path: '/purchased',
component: Purchased, component: Purchased,
isPrivate: true isPrivate: true
}, },
{ {
path: '/payOrder', path: '/payOrder',
component: PayOrder component: PayOrder
}, },
{ {
path: '/campTest', path: '/campTest',
component: CampTest component: CampTest
}, },
{ {
path: '/campResolve', path: '/campResolve',
component: CampResolve component: CampResolve
}, },
// 分享领红包课程列表页 // 分享领红包课程列表页
{ {
path: '/ShareCourse', path: '/ShareCourse',
component: ShareCourse component: ShareCourse
}, },
// 区号 // 区号
{ {
...@@ -239,36 +239,36 @@ export default [ ...@@ -239,36 +239,36 @@ export default [
component: loadable(() => import(/* webpackChunkName: 'newyear-2019-landing'*/ '@components/activity/newyear-2019/landing/index')) component: loadable(() => import(/* webpackChunkName: 'newyear-2019-landing'*/ '@components/activity/newyear-2019/landing/index'))
}, },
// 双旦活动预热页面 // 双旦活动预热页面
{ {
path: '/year/yearIndex', path: '/year/yearIndex',
component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/preheat/index')) component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/preheat/index'))
}, },
// 我的宝箱 // 我的宝箱
{ {
path: '/year/yearTreasure', path: '/year/yearTreasure',
component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/myTreasure/index')) component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/myTreasure/index'))
} }
, ,
// 双旦心愿单 // 双旦心愿单
{ {
path: '/year/yearWish', path: '/year/yearWish',
component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/year-wish/index')) component: loadable(() => import(/* webpackChunkName: 'newyear-yearIndex' */ '@components/activity/newyear-2019/year-wish/index'))
}, },
// python 小课页面 // python 小课页面
{ {
path: '/python', path: '/python',
component: loadable(() => import(/* webpackChunkName: 'python-class'*/'@/components/python')) component: loadable(() => import(/* webpackChunkName: 'python-class'*/'@/components/python'))
}, },
{ {
path: '/pythonShare', path: '/pythonShare',
component: loadable(() => import('@/components/pythonShare')) component: loadable(() => import('@/components/pythonShare'))
}, },
{ {
path: '/pythonStudy', path: '/pythonStudy',
component: loadable(() => import('@/components/python/pythonStudy')) component: loadable(() => import('@/components/python/pythonStudy'))
}, },
// 赠一得一 // 赠一得一
{ {
path: '/active/givecourse', path: '/active/givecourse',
...@@ -285,5 +285,5 @@ export default [ ...@@ -285,5 +285,5 @@ export default [
{ {
path: '/wxerr', path: '/wxerr',
component: loadable(() => import(/* wx-err */ '@components/wxerr/index')) component: loadable(() => import(/* wx-err */ '@components/wxerr/index'))
} },
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment