Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
f9120c28510d0535680a99f5370f3c2cc1604b5c
1 parent
f6d91003
del console
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/web/actions/seo.js
apps/web/actions/seo.js
View file @
f9120c2
...
...
@@ -41,7 +41,6 @@ const tdk = {
[
'exists'
,
`
tdk
:
$
{
type
}
:
$
{
query
}
`
],
[
'hmget'
,
`
tdk
:
$
{
type
}
:
$
{
query
}
`
,
'key'
,
'title'
,
'keywords'
,
'description'
]
]).
execAsync
().
then
(
function
(
res
)
{
console
.
log
(
res
);
if
(
!
res
[
0
])
{
return
;
}
...
...
Please
register
or
login
to post a comment