提交 e85ec686 authored 作者: 吴强's avatar 吴强
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
try { try {
yield call(codePush.sync); yield call(codePush.sync);
} catch (e) { } catch (e) {
console.error(e); // eslint-disable-line no-console console.log(e); // eslint-disable-line no-console
} }
const token = yield call(AsyncStorage.getItem, 'token'); const token = yield call(AsyncStorage.getItem, 'token');
if (!token) { if (!token) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论