maxiaoxiao 5 달 전
부모
커밋
353d3aab19
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/3DAnalysis/Projection/index.vue
  2. 0 0
      src/utils/MapHelper/projectionImage.js

+ 1 - 1
src/components/3DAnalysis/Projection/index.vue

@@ -125,7 +125,7 @@ import {
   chageDist,
   chageLineVisible,
   centerPoint,
-} from "./projectionImage.js";
+} from "@/utils/MapHelper/projectionImage.js";
 export default {
   data() {
     return {

+ 0 - 0
src/components/3DAnalysis/Projection/projectionImage.js → src/utils/MapHelper/projectionImage.js