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