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-28 10:39:17 +0800
Commit
16bbf21d2d3838bc5f9572276fe4cb1da3598ea7
1 parent
213d1b57
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/3party/controllers/sitemap.js
apps/3party/controllers/sitemap.js
View file @
16bbf21
@@ -64,7 +64,7 @@ const keywordsPage = (page) => {
@@ -64,7 +64,7 @@ const keywordsPage = (page) => {
64
});
64
});
65
});
65
});
66
return
pages
;
66
return
pages
;
67
-
}).
timeout
(
200
).
catch
(()
=>
{
67
+
}).
catch
(()
=>
{
68
return
{};
68
return
{};
69
});
69
});
70
};
70
};
Please
register
or
login
to post a comment