ソースを参照

refactor(photography): 移除拍摄中的提示消息

- 注释掉 ElMessage.success 拍摄提示信息
- 保留 takePictureLoading 状态设置逻辑
- 调整代码缩进格式
panqiuyao 1 日 前
コミット
80a1032306
1 ファイル変更2 行追加2 行削除
  1. 2 2
      frontend/src/views/Photography/mixin/usePhotography.ts

+ 2 - 2
frontend/src/views/Photography/mixin/usePhotography.ts

@@ -780,8 +780,8 @@ const onRemoteControl = async (type) => {
             return
           }*/
 
-          ElMessage.success('正在拍摄中,请稍候')
-
+   /*       ElMessage.success('正在拍摄中,请稍候')
+*/
           takePictureLoading.value = true;
          // await socketStore.connectSocket();
          // socketStore.sendMessage(result.data)