export default { getCurrentModule: state => state.current_module, getCurrentModuleInfo: state => state.current_module_info, getCurrentTime: state => state.time_now, getCategoryName: state => state.category_name, }