Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2016-08-05 16:24:33 +0800
Commit
7550aea9fac81290f12094c0e73f993f5bdad64d
2 parents
c0db4c2c
98c0abab
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
doraemon/models/header.js
doraemon/models/header.js
View file @
7550aea
...
...
@@ -182,6 +182,9 @@ const requestNavBar = (type) => {
cache
:
true
,
code
:
200
}).
then
(
res
=>
{
if
(
!
res
)
{
return
{};
}
return
setHeaderData
(
res
.
data
,
type
);
});
};
...
...
Please
register
or
login
to post a comment