diff --git a/src/view/components/speechControl.vue b/src/view/components/speechControl.vue index b5b709d..8f5b436 100644 --- a/src/view/components/speechControl.vue +++ b/src/view/components/speechControl.vue @@ -9,36 +9,21 @@
点击开始语音识别
@@ -47,10 +32,9 @@
{{ "执行操作:" + - `${item.command} ${ - item.params && item.params.keyword - ? "-" + item.params.keyword - : "" + `${item.command} ${item.params && item.params.keyword + ? "-" + item.params.keyword + : "" }` }}
@@ -58,7 +42,7 @@
- -