فهرست منبع

fix(photography): 移除重复的加载状态设置

- 注释掉editRow.vue中的captureLoading赋值语句
- 更新index.html中的JavaScript资源文件哈希值
panqiuyao 1 هفته پیش
والد
کامیت
60e7722c9e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      frontend/src/views/Photography/components/editRow.vue
  2. 1 1
      public/dist/index.html

+ 1 - 1
frontend/src/views/Photography/components/editRow.vue

@@ -204,7 +204,7 @@ function testShoesFlip(){
         after_delay:0,
       }
     });
-    captureLoading.value = true;
+   // captureLoading.value = true;
 
 
     clientStore.ipc.on(icpList.socket.message+'_run_mcu_single', async (event, result) => {

+ 1 - 1
public/dist/index.html

@@ -5,7 +5,7 @@
     <link rel="icon" type="image/svg+xml" href="./vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>智惠映AI自动拍照机</title>
-    <script type="module" crossorigin src="./assets/index-CP5FbtoN.js"></script>
+    <script type="module" crossorigin src="./assets/index-L1oZlcc3.js"></script>
     <link rel="stylesheet" crossorigin href="./assets/index-B8MPi9a0.css">
   </head>
   <body>