export const connectStateMap = { 0: {text:'未连接',color:"red"}, 1: {text:'扫描中',color:"greenYellow"}, 2: {text:'连接中',color:"#d8e84d"}, 3: {text:'已连接',color:"#00ff00"} } export const connectStateTypes = { unConnect: 0, scaning: 1, connecting: 2, connected: 3 }