/*包含所有基于todos的getter计算属性的对象*/ export default { noticeArr(state) { return state.noticeArr; }, }