提交 cf37e9a4 编写于 作者: A afc163

remove unused code

上级 d8e9f225
......@@ -6,7 +6,6 @@ export default {
state: {
list: [],
loading: false,
cursor: 0,
},
effects: {
......@@ -40,11 +39,5 @@ export default {
loading: action.payload,
};
},
updateCursor(state, action) {
return {
...state,
loading: action.payload,
};
},
},
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册