maxiaoxiao 5 месяцев назад
Родитель
Сommit
353d3aab19

+ 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