| | |
| | | export const ERouterName = {}; |
| | | export const ERouterName = {} |
| | | |
| | | export const ELocalStorageKey = { |
| | | Username: 'username', |
| | |
| | | Device: 'device', |
| | | GatewayOnline: 'gateway_online', |
| | | UserInfo: 'user_info', |
| | | }; |
| | | } |
| | | |
| | | export const EBizCode = { |
| | | GatewayOsd: 'gateway_osd', |
| | |
| | | TakeoffToPointProgress: 'takeoff_to_point_progress', // 一键起飞 |
| | | JoystickInvalidNotify: 'joystick_invalid_notify', // 设备端退出drc模式 |
| | | DrcStatusNotify: 'drc_status_notify', // 飞行控制模式状态 |
| | | }; |
| | | } |
| | | |
| | | export const EBizCodeMessage = { |
| | | [EBizCode.DeviceOnline]: '设备在线', |
| | |
| | | [EBizCode.TakeoffToPointProgress]: '一键起飞', |
| | | [EBizCode.DrcStatusNotify]: '飞行控制模式状态', |
| | | [EBizCode.JoystickInvalidNotify]: '设备端退出drc模式', |
| | | }; |
| | | } |
| | | |
| | | export const EDeviceTypeName = { |
| | | Aircraft: 0, |
| | | Gateway: 2, |
| | | Dock: 3, |
| | | }; |
| | | } |
| | | |
| | | export const EHmsLevel = { |
| | | NOTICE: 0, |
| | |
| | | 0: 'NOTICE', |
| | | 1: 'CAUTION', |
| | | 2: 'WARN', |
| | | }; |
| | | } |