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
刘传洋
2016-10-11 14:30:29 +0800
Commit
adc3b832a40275b88db94814abb5adfb3530dd02
1 parent
eedefdd7
article url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-helper.js
apps/guang/models/guang-helper.js
View file @
adc3b83
...
...
@@ -80,7 +80,7 @@ const getArticleUrl = (url, id) => {
return
url
;
}
return
helpers
.
urlFormat
(
`
/
detail
/
$
{
id
}.
html
`
,
null
,
'guang'
);
return
helpers
.
urlFormat
(
`
/
$
{
id
}.
html
`
,
null
,
'guang'
);
};
module
.
exports
=
{
...
...
Please
register
or
login
to post a comment