|
@@ -43,12 +43,18 @@ import { loadModel, currentModel, fuseModel } from "@/model";
|
|
import { loadPack, togetherCallback } from "@/utils";
|
|
import { loadPack, togetherCallback } from "@/utils";
|
|
import { Message } from "bill/index";
|
|
import { Message } from "bill/index";
|
|
import { showLeftPanoStack, showRightPanoStack } from "@/env";
|
|
import { showLeftPanoStack, showRightPanoStack } from "@/env";
|
|
-import { ref, watch } from "vue";
|
|
|
|
-
|
|
|
|
|
|
+import { ref, watch, onMounted } from "vue";
|
|
|
|
+import { sdk } from "@/sdk";
|
|
import type { View } from "@/store";
|
|
import type { View } from "@/store";
|
|
|
|
|
|
initialViews();
|
|
initialViews();
|
|
initialTaggingStyles(), initialTaggings(), initialMeasures();
|
|
initialTaggingStyles(), initialTaggings(), initialMeasures();
|
|
|
|
+
|
|
|
|
+onMounted(() => {
|
|
|
|
+ console.error('view11111111')
|
|
|
|
+ sdk.setHisPathDisplay(false)
|
|
|
|
+ sdk.setLivePathDisplay(false)
|
|
|
|
+});
|
|
const getView = async () => {
|
|
const getView = async () => {
|
|
try {
|
|
try {
|
|
const { image, flyData } = await loadPack(async () => {
|
|
const { image, flyData } = await loadPack(async () => {
|