Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
38b11518
Commit
38b11518
authored
Jan 13, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
赠一得一
parent
fd0f1435
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
157 additions
and
157 deletions
+157
-157
src/router/router-config.js
+157
-157
No files found.
src/router/router-config.js
View file @
38b11518
...
...
@@ -37,133 +37,133 @@ const Activity = loadable(() => import(/* webpackChunkName: 'Activity' */'@/comp
const
Invite
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'@/components/activity/1111/invite'
))
const
NewVip
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'@/components/vip/index'
))
export
default
[
{
path
:
'/'
,
exact
:
true
,
component
:
Index
},
{
path
:
'/vip/newvip'
,
component
:
NewVip
},
{
path
:
'/classify'
,
component
:
Classify
},
{
path
:
'/study'
,
component
:
Study
},
{
path
:
'/my'
,
component
:
My
},
{
path
:
'/myedit'
,
component
:
MyEdit
,
isPrivate
:
true
},
{
path
:
'/courselist'
,
component
:
CourseList
},
{
path
:
'/preferential'
,
component
:
Preferential
},
{
path
:
'/search'
,
exact
:
true
,
component
:
Search
},
{
path
:
'/search-result'
,
component
:
SearchResult
},
{
path
:
'/order'
,
component
:
Order
,
isPrivate
:
true
},
{
path
:
'/orderinfo'
,
component
:
Orderinfo
},
{
path
:
'/detail'
,
component
:
Detail
},
{
path
:
'/getDetail'
,
component
:
Detail
},
{
path
:
'/examination'
,
component
:
Examination
},
{
path
:
'/coupons'
,
component
:
Coupons
,
isPrivate
:
true
},
{
path
:
'/shopcart'
,
component
:
ShopCart
,
isPrivate
:
true
},
{
path
:
'/bargain-middle-page'
,
component
:
BargainMiddlePage
},
{
path
:
'/passport'
,
component
:
Passport
},
{
path
:
'/play'
,
component
:
Video
,
isPrivate
:
true
},
{
path
:
'/scholarship'
,
component
:
Scholarship
},
{
path
:
'/document'
,
component
:
DrawDocument
},
{
path
:
'/shareposter'
,
component
:
sharePoster
,
isPrivate
:
true
},
{
path
:
'/myorders'
,
component
:
myOrders
,
isPrivate
:
true
},
{
path
:
'/purchased'
,
component
:
Purchased
,
isPrivate
:
true
},
{
path
:
'/payOrder'
,
component
:
PayOrder
},
{
path
:
'/campTest'
,
component
:
CampTest
},
{
path
:
'/campResolve'
,
component
:
CampResolve
},
// 分享领红包课程列表页
{
path
:
'/ShareCourse'
,
component
:
ShareCourse
},
{
path
:
'/'
,
exact
:
true
,
component
:
Index
},
{
path
:
'/vip/newvip'
,
component
:
NewVip
},
{
path
:
'/classify'
,
component
:
Classify
},
{
path
:
'/study'
,
component
:
Study
},
{
path
:
'/my'
,
component
:
My
},
{
path
:
'/myedit'
,
component
:
MyEdit
,
isPrivate
:
true
},
{
path
:
'/courselist'
,
component
:
CourseList
},
{
path
:
'/preferential'
,
component
:
Preferential
},
{
path
:
'/search'
,
exact
:
true
,
component
:
Search
},
{
path
:
'/search-result'
,
component
:
SearchResult
},
{
path
:
'/order'
,
component
:
Order
,
isPrivate
:
true
},
{
path
:
'/orderinfo'
,
component
:
Orderinfo
},
{
path
:
'/detail'
,
component
:
Detail
},
{
path
:
'/getDetail'
,
component
:
Detail
},
{
path
:
'/examination'
,
component
:
Examination
},
{
path
:
'/coupons'
,
component
:
Coupons
,
isPrivate
:
true
},
{
path
:
'/shopcart'
,
component
:
ShopCart
,
isPrivate
:
true
},
{
path
:
'/bargain-middle-page'
,
component
:
BargainMiddlePage
},
{
path
:
'/passport'
,
component
:
Passport
},
{
path
:
'/play'
,
component
:
Video
,
isPrivate
:
true
},
{
path
:
'/scholarship'
,
component
:
Scholarship
},
{
path
:
'/document'
,
component
:
DrawDocument
},
{
path
:
'/shareposter'
,
component
:
sharePoster
,
isPrivate
:
true
},
{
path
:
'/myorders'
,
component
:
myOrders
,
isPrivate
:
true
},
{
path
:
'/purchased'
,
component
:
Purchased
,
isPrivate
:
true
},
{
path
:
'/payOrder'
,
component
:
PayOrder
},
{
path
:
'/campTest'
,
component
:
CampTest
},
{
path
:
'/campResolve'
,
component
:
CampResolve
},
// 分享领红包课程列表页
{
path
:
'/ShareCourse'
,
component
:
ShareCourse
},
// 区号
{
...
...
@@ -239,36 +239,36 @@ export default [
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-2019-landing'*/
'@components/activity/newyear-2019/landing/index'
))
},
// 双旦活动预热页面
{
path
:
'/year/yearIndex'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/preheat/index'
))
},
// 双旦活动预热页面
{
path
:
'/year/yearIndex'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/preheat/index'
))
},
// 我的宝箱
{
path
:
'/year/yearTreasure'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/myTreasure/index'
))
}
,
// 双旦心愿单
{
path
:
'/year/yearWish'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/year-wish/index'
))
},
// python 小课页面
{
path
:
'/python'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'python-class'*/
'@/components/python'
))
},
{
path
:
'/pythonShare'
,
component
:
loadable
(()
=>
import
(
'@/components/pythonShare'
))
},
{
path
:
'/pythonStudy'
,
component
:
loadable
(()
=>
import
(
'@/components/python/pythonStudy'
))
},
// 我的宝箱
{
path
:
'/year/yearTreasure'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/myTreasure/index'
))
}
,
// 双旦心愿单
{
path
:
'/year/yearWish'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'newyear-yearIndex' */
'@components/activity/newyear-2019/year-wish/index'
))
},
// python 小课页面
{
path
:
'/python'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'python-class'*/
'@/components/python'
))
},
{
path
:
'/pythonShare'
,
component
:
loadable
(()
=>
import
(
'@/components/pythonShare'
))
},
{
path
:
'/pythonStudy'
,
component
:
loadable
(()
=>
import
(
'@/components/python/pythonStudy'
))
},
// 赠一得一
{
path
:
'/active/givecourse'
,
...
...
@@ -285,5 +285,5 @@ export default [
{
path
:
'/wxerr'
,
component
:
loadable
(()
=>
import
(
/* wx-err */
'@components/wxerr/index'
))
}
}
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment