Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2018-01-19 15:13:28 +0800
Commit
dcd9bf56b10e695927e5b2414b570c64a56a8513
1 parent
b39750dd
disable
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/ssr.js
doraemon/middleware/ssr.js
View file @
dcd9bf5
@@ -11,7 +11,7 @@ const routes = [
@@ -11,7 +11,7 @@ const routes = [
11
{
11
{
12
route
:
/product
\/\d
+/
,
12
route
:
/product
\/\d
+/
,
13
cache
:
true
,
13
cache
:
true
,
14
-
disable
:
true
14
+
//
disable: true
15
},
15
},
16
{
16
{
17
route
:
'/channel'
,
17
route
:
'/channel'
,
Please
register
or
login
to post a comment