Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-07-27 16:04:57 +0800
Commit
dd0dab69709b1de1b6baff0c8485dfd78210e0e0
1 parent
62234604
'品牌店铺URL维护'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/vue-filter.js
public/js/common/vue-filter.js
View file @
dd0dab6
...
...
@@ -50,7 +50,7 @@ Vue.filter('clothingGenderIdentity', (value)=> {
* @param value brand domain
*/
Vue
.
filter
(
'brandUrl'
,
(
value
)
=>
{
return
`
/
brand
?
domain
=
$
{
value
}
`
;
return
`
/
product
/
shop
?
domain
=
$
{
value
}
`
;
});
/**
...
...
Please
register
or
login
to post a comment