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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-08-05 16:15:09 +0800
Commit
98c0abab8250f6b4adb22ad9784ecf74640d20fe
1 parent
c7683992
header容错
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 @
98c0aba
...
...
@@ -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