Browse Source

图像识别

zhujindu 9 tháng trước cách đây
mục cha
commit
fb5626d6c3

+ 2 - 2
src/views/storeManagement/storeAdd.vue

@@ -773,8 +773,6 @@ export default {
     this.dictTypeQGJZFormShow = false;
     this.dictTypeQGJZFormShow = false;
     this.dictTypeSJSFormShow = false;
     this.dictTypeSJSFormShow = false;
     this.dictTypeFormShow = false;
     this.dictTypeFormShow = false;
-    // 拍照次数重置
-    store.dispatch('setShotsNum', 0);
   },
   },
   watch: {
   watch: {
     $route(to, from) {
     $route(to, from) {
@@ -856,6 +854,8 @@ export default {
         this.getLocation();
         this.getLocation();
       });
       });
     });
     });
+    // 拍照次数重置
+    store.dispatch('setShotsNum', 0);
   },
   },
   methods: {
   methods: {
     addressFns(val) {
     addressFns(val) {

+ 1 - 1
src/views/week/index.vue

@@ -64,7 +64,7 @@
         </van-cell>
         </van-cell>
       </van-cell-group>
       </van-cell-group>
       <!--拜访照片识别异常反馈-->
       <!--拜访照片识别异常反馈-->
-      <van-cell-group inset class="mtb10">
+      <van-cell-group inset class="mtb10" v-if="false">
         <van-cell title="拜访照片识别异常反馈" to="/AIImage">
         <van-cell title="拜访照片识别异常反馈" to="/AIImage">
           <template #icon>
           <template #icon>
             <van-icon :name="history" class="zicon" />
             <van-icon :name="history" class="zicon" />