wangfumin hai 4 días
pai
achega
cfea1050c8
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/views/guide/index.vue
  2. 1 1
      src/views/positioning/index.vue

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

@@ -64,7 +64,7 @@ const quiskAdd = async (key: string) => {
 };
 onMounted(() => {
   sdk.setHisPathDisplay(true)
-  sdk.setLivePathDisplay(true)
+  sdk.setLivePathDisplay(false)
 });
 </script>
 

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

@@ -46,7 +46,7 @@ const recordingTime = ref<number>(0);
 
 onMounted(() => {
   sdk.setHisPathDisplay(false)
-  sdk.setLivePathDisplay(false)
+  sdk.setLivePathDisplay(true)
 });
 
 nextTick(() => {