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