Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2019-01-02 11:43:52 +0800
Commit
4ec545823a6eecdcb8a5a0559834b78396004ceb
1 parent
a015af95
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/pages/single/coupon/index.js
apps/pages/single/coupon/index.js
View file @
4ec5458
import
YohoPage
from
'./list'
;
export
default
[{
name
:
'coupon'
,
path
:
'/mapp/coupon/yoho.html'
,
component
:
YohoPage
,
component
:
()
=>
import
(
/* webpackChunkName: "coupon" */
'./list'
)
}];
...
...
Please
register
or
login
to post a comment