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-23 18:26:07 +0800
Commit
7e579fb22347fd52ca82df9e2a6a4b9f1cc3a7b2
1 parent
9d68e2ed
fix home
Show 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 @
7e579fb
...
...
@@ -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