去掉一个错误提示
This commit is contained in:
parent
98cf397554
commit
3598f3e6f9
|
|
@ -200,6 +200,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', '$window', '$time
|
|||
}, 200);
|
||||
})
|
||||
.catch((err) => {
|
||||
toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");
|
||||
console.log(err);
|
||||
// toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");
|
||||
});
|
||||
}]);
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ app.controller('settingsCtr', ['$scope', '$stateParams', '$filter', '$state', '$
|
|||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");
|
||||
$scope.loadShowStyle = false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue