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
Plain Diff
Browse Files
Authored by
ccbikai
2016-08-04 18:22:36 +0800
Commit
2f9382050607ba761e44e7a3668107d6c17c20c8
2 parents
f825636b
4010da2e
Merge branch 'develop' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/common/intercept-click.js
public/js/common/intercept-click.js
View file @
2f93820
...
...
@@ -246,7 +246,8 @@ const intercept = (url) => {
// 品牌 品类
if
(
/
\/
brand$/
.
test
(
path
)
||
/
\/
cate$/
.
test
(
path
))
{
return
yoho
.
goTab
({
index
:
1
index
:
1
,
headerIndex
:
/
\/
brand$/
.
test
(
path
)
?
0
:
1
});
}
...
...
Please
register
or
login
to post a comment