提交 03b0da66 编写于 作者: L lepdou

fix when localStorage visited apps empty

上级 6b69a787
......@@ -36,7 +36,7 @@ index_module.controller('IndexController', ['$scope', '$window', 'toastr', 'AppS
function sortApps(sourceApps) {
var visitedApps = JSON.parse(localStorage.getItem(VISITED_APPS_STORAGE_KEY));
if (!visitedApps){
return;
return sourceApps;
}
var existedVisitedAppsMap = {};
visitedApps.forEach(function (app) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册