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
周少峰
8 years ago
Commit
07158338b9dbfe8373c2c66aced82d4c06132490
1 parent
1b1cbb1c
product redirect rule
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/htaccess/rules/www.js
doraemon/middleware/htaccess/rules/www.js
View file @
0715833
...
...
@@ -40,7 +40,7 @@ module.exports = [
// 商品详情页新链接
{
type
:
TYPE
.
redirect
,
origin
:
/
\/
p
([\d]
+
)(
.*
)
/
,
origin
:
/
^
\/
p
([\d]
+
)(
.*
)
/
,
target
:
req
=>
helpers
.
urlFormat
(
req
.
url
,
null
,
'item'
)
},
...
...
Please
register
or
login
to post a comment