|
|
@@ -1,9 +1,4 @@
|
|
|
-import {
|
|
|
- ref,
|
|
|
- onUnmounted,
|
|
|
- watch,
|
|
|
- Ref,
|
|
|
-} from 'vue'
|
|
|
+import { ref, onUnmounted, watch, Ref } from 'vue'
|
|
|
import { message } from 'ant-design-vue'
|
|
|
import {
|
|
|
DRC_METHOD,
|
|
|
@@ -48,8 +43,6 @@ export function useManualControl(deviceTopicInfo: DeviceTopicInfo, isCurrentFlig
|
|
|
}
|
|
|
|
|
|
function handleKeyup(keyCode: KeyCode) {
|
|
|
- console.log(213);
|
|
|
-
|
|
|
if (!deviceTopicInfo.pubTopic) {
|
|
|
message.error('请确保已经建立DRC链路')
|
|
|
return
|