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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-02-24 11:20:25 +0800
Commit
0e24d081ca06018467aedbe7ee96a086c40e2f36
1 parent
d90436d1
fix
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 @
0e24d08
...
...
@@ -17,7 +17,7 @@ module.exports = [
return
req
.
path
===
'/'
;
},
target
:
(
req
)
=>
{
return
helpers
.
urlFormat
(
`
/
$
{
req
.
query
.
channel
||
'boys'
}
/`, null, 'guang'
)
;
return
helpers
.
urlFormat
(
`
/
$
{
req
.
yoho
.
channel
}
/`, null, 'guang'
)
;
}
},
...
...
Please
register
or
login
to post a comment