wangfumin 4 hari lalu
induk
melakukan
4714b84da3
2 mengubah file dengan 10 tambahan dan 2 penghapusan
  1. 5 1
      src/views/merge/index.vue
  2. 5 1
      src/views/setting/index.vue

+ 5 - 1
src/views/merge/index.vue

@@ -71,7 +71,7 @@ import {
   modelsChangeStoreStack,
   showRightPanoStack,
 } from "@/env";
-import { ref, nextTick, watchEffect, computed, watch, reactive } from "vue";
+import { ref, nextTick, watchEffect, computed, watch, reactive, onMounted } from "vue";
 import { Dialog } from "bill/expose-common";
 
 import Actions from "@/components/actions-merge/index.vue";
@@ -82,6 +82,10 @@ import { clickListener, getOffset } from "@/utils/event";
 import { useRMenus } from "@/components/right-menu";
 import { actionItems, currentItem } from ".";
 
+onMounted(() => {
+  sdk.setHisPathDisplay(false)
+  sdk.setLivePathDisplay(false)
+});
 const active = useActive();
 
 const othActions = reactive([

+ 5 - 1
src/views/setting/index.vue

@@ -42,12 +42,16 @@
 import { RightFillPano } from "@/layout";
 import { enterEdit, enterOld, setting, isEdit, updataSetting, initialPositionList } from "@/store";
 import { initialAnimationModels } from "@/store/animation";
-import { ref, watch } from "vue";
+import { ref, watch, onMounted } from "vue";
 import { togetherCallback, getFileUrl, loadPack } from "@/utils";
 import { showRightPanoStack, showRightCtrlPanoStack } from "@/env";
 import { analysisPose, sdk } from "@/sdk";
 import selectBack from "./select-back.vue";
 
+onMounted(() => {
+  sdk.setHisPathDisplay(false)
+  sdk.setLivePathDisplay(false)
+});
 const enterSetPic = () => {
   enterEdit(
     togetherCallback([