Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-02-23 20:26:47 +0800
Commit
c77ead7b0a4b8aa79707ec5507e6930f3ebd7c99
2 parents
bb2c63d4
b64448da
Merge branch 'feature/seoUrl' of git.yoho.cn:fe/yohobuy-node into feature/seoUrl
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/htaccess/rules/guang.js
doraemon/middleware/htaccess/rules/guang.js
View file @
c77ead7
...
...
@@ -17,7 +17,7 @@ module.exports = [
return
req
.
path
===
'/'
;
},
target
:
(
req
)
=>
{
return
helpers
.
urlFormat
(
`
/
$
{
req
.
query
.
channel
}
/`, null, 'guang'
)
;
return
helpers
.
urlFormat
(
`
/
$
{
req
.
query
.
channel
||
'boys'
}
/`, null, 'guang'
)
;
}
},
...
...
Please
register
or
login
to post a comment