Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
yyq
2018-06-11 14:23:16 +0800
Commit
a1c604b2cd1662aef0e65d3dc07ba11c94be2e5b
1 parent
8dcbf6f6
fix detail fav 401
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
a1c604b
...
...
@@ -198,6 +198,8 @@ module.exports = class extends global.yoho.BaseModel {
}
return
false
;
}).
catch
(()
=>
{
// 收藏接口校验session_key不通过,导致lib抛出401异常跳转登陆页,故吞掉该异常
return
false
;
});
}
...
...
Please
register
or
login
to post a comment