Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
7 years ago
Commit
ae45d32e41a237c2f74589e01608883b2ed59c40
1 parent
4bee3ef7
head cache
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doraemon/models/header.js
package.json
doraemon/models/header.js
View file @
ae45d32
...
...
@@ -266,7 +266,7 @@ async function requestHeaderData(type) {
resData
=
template
(
resData
);
if
(
res
[
0
]
&&
res
[
0
].
data
&&
res
[
1
]
&&
res
[
1
].
data
)
{
if
(
!
_
.
isEmpty
(
res
[
0
].
data
)
&&
!
_
.
isEmpty
(
res
[
1
].
data
)
)
{
cacheHeaderHtml
[
type
]
=
resData
;
}
}
else
{
...
...
package.json
View file @
ae45d32
...
...
@@ -56,7 +56,7 @@
"urlencode"
:
"^1.1.0"
,
"uuid"
:
"^2.0.2"
,
"yoho-express-session"
:
"^2.0.0"
,
"yoho-node-lib"
:
"
=0.5.16
"
,
"yoho-node-lib"
:
"
^0.5.12
"
,
"yoho-zookeeper"
:
"^1.0.8"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment