const getters = { init: state => state.app.init, isCollapse: state => state.app.isCollapse, map: state => state.app.map, platforms: state => state.app.platforms, esmInstances: state => state.app.esmInstances, esmParams: state => state.app.esmParams, properties: state => state.app.properties, platformShow: state => state.app.platformShow, platformID: state => state.app.platformID, leadPost: state => state.app.leadPost, airLine: state => state.app.airLine, taskPlan: state => state.app.taskPlan, // 通信管理 netMembertable: state => state.app.netMembertable, linkVUtable: state => state.app.linkVUtable, linkJtable: state => state.app.linkJtable, linkZYtable: state => state.app.linkZYtable, // 健康管理 systemFunctionality: state => state.app.systemFunctionality, threads: state => state.app.threads, sensors: state => state.app.sensors, deviceVU: state => state.app.deviceVU, deviceJ: state => state.app.deviceJ, deviceZY: state => state.app.deviceZY, } export default getters