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
TaoHuang
2019-03-05 16:48:53 +0800
Commit
1f503e2e80c88c5d10729bec4863842d7a72112a
1 parent
9553cc0f
fix route cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
config/ssr-routes.js
config/ssr-routes.js
View file @
1f503e2
...
...
@@ -6,6 +6,9 @@ module.exports = [
route
:
/mapp
\/
coupon
\/
ufo/
,
},
{
route
:
/mapp
\/
coupon
\/
yoho/
,
route
:
/mapp
\/
coupon
\/
yoho.html/
,
cacheKey
:
'$url$params'
,
cacheTime
:
900
,
cache
:
true
}
];
...
...
Please
register
or
login
to post a comment