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
yyq
2017-12-28 13:48:08 +0800
Commit
2a2c7cc831b2152d8767e2bac03e825119ba9924
1 parent
05886bee
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/guang/views/action/guang/detail.hbs
doraemon/middleware/htaccess/rules/www.js
apps/guang/views/action/guang/detail.hbs
View file @
2a2c7cc
...
...
@@ -107,7 +107,7 @@
<ul
class=
"clearfix"
>
{{#
tag
}}
<li>
<a
href=
"
{{
url
}}
"
target=
"_blank"
title=
"
{{
name
}}
"
rel=
"nofollow"
>
{{
name
}}
</a>
<a
href=
"
{{
url
}}
"
target=
"_blank"
title=
"
{{
name
}}
"
>
{{
name
}}
</a>
</li>
{{/
tag
}}
</ul>
...
...
doraemon/middleware/htaccess/rules/www.js
View file @
2a2c7cc
...
...
@@ -211,7 +211,7 @@ module.exports = [
},
{
type
:
TYPE
.
rewrite
,
origin
:
/^
\/(
list|search|new|sale|shop
)
\/(
.*
)
$/
,
origin
:
/^
\/(
list|search|new|sale|shop
)
((\/
|
\?)(
.*
)
|
()
)
$/
,
target
:
(
req
)
=>
{
return
`
/
product$
{
req
.
url
}
`
;
}
...
...
Please
register
or
login
to post a comment