Bläddra i källkod

mod:错别字调整

panqiuyao 7 månader sedan
förälder
incheckning
a79c8833ce

+ 1 - 1
frontend/src/components/check/index.vue

@@ -42,7 +42,7 @@
           <div class="step-content">
             <div class="step-title">自我检查</div>
             <div class="check-result">
-              <p>补光灯电源和接器是否正常连上。</p>
+              <p>补光灯电源和接器是否正常连上。</p>
               <p>请检查红外线器是否正常显示。</p>
             </div>
           </div>

+ 1 - 1
frontend/src/composables/userCheck.ts

@@ -13,7 +13,7 @@ export function useCheckInfo() {
         function ShowError(){
 
             ElMessageBox({
-                title:"接出错!",
+                title:"接出错!",
                 message:'设备连接出错,请在主窗口中重新连接设备后,在重新打开此窗口后进行操作',
                 showCancelButton:false,
                 showConfirmButton:false,

+ 1 - 1
frontend/src/stores/modules/check.ts

@@ -234,7 +234,7 @@ export const checkInfo = defineStore('checkInfo', () => {
                 if( devices.mcu.status !== 2 || mcu.status !== 2 ){
                     devices.mcu.status = -1;
                     mcu.status = -1;
-                    devices.blue_tooth.msg = '拍照机接失败';
+                    devices.blue_tooth.msg = '拍照机接失败';
                 }
             }
         },1000)

+ 1 - 1
frontend/src/views/Home/index_old.vue

@@ -47,7 +47,7 @@
 
 
 
-    <el-button type="info"  @click="connect_mcu">接MCU</el-button>
+    <el-button type="info"  @click="connect_mcu">接MCU</el-button>
     <el-button type="info"  @click="connect_mcu__init">MCU初始化</el-button>
     <el-button type="info"  @click="connect_bluetooth">连接蓝牙</el-button>
     <el-button @click="socketDisconnect">socket 断开</el-button>

+ 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-CoWHMjQ8.js"></script>
+    <script type="module" crossorigin src="./assets/index-CnxFcUMX.js"></script>
     <link rel="stylesheet" crossorigin href="./assets/index-BAP24IE0.css">
   </head>
   <body>