bill 1 year ago
parent
commit
f8f7c88069
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/view/map/install.ts
  2. 1 1
      src/view/map/layout.vue
  3. 1 1
      src/view/pano/pano.vue

+ 1 - 1
src/view/map/install.ts

@@ -1,4 +1,4 @@
-import { TileType, createMap, Manage } from "./openlayer";
+import { TileType, createMap } from "./openlayer";
 import { computed, ref, watch, watchEffect } from "vue";
 import { createBoard } from "drawing-board";
 import { Scene, ScenePoint, boardData, relicsId, scenes } from "@/store/scene";

+ 1 - 1
src/view/map/layout.vue

@@ -90,7 +90,7 @@ import {
   defaultCenter,
   tileType,
 } from "./install";
-import { computed, nextTick, ref, watch } from "vue";
+import { computed, ref, watch } from "vue";
 import { initRelics, relics } from "@/store/relics";
 import { queryMode } from "./install";
 import { PoPoint } from "drawing-board";

+ 1 - 1
src/view/pano/pano.vue

@@ -43,7 +43,7 @@
 <script setup lang="ts">
 import SingleInput from "@/components/single-input.vue";
 import { router, setDocTitle } from "@/router";
-import { mergeFuns } from "@/util";
+import { mergeFuns, round } from "@/util";
 import { computed, onMounted, onUnmounted, ref, watchEffect } from "vue";
 import { init } from "./env";
 import {