소스 검색

常规上传

sunzehao 1 주 전
부모
커밋
131309dfed
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/cesiumComponents/drawPlotCom/drawPlot.vue

+ 7 - 7
src/views/cesiumComponents/drawPlotCom/drawPlot.vue

@@ -13,17 +13,17 @@
 </template>
 
 <script>
-import * as Cesium from "../../Cesium";
-import "../../Cesium/Widgets/widgets.css";
+import * as Cesium from "../../../Cesium";
+import "../../../Cesium/Widgets/widgets.css";
 
-import basicGeoJson from "../../assets/geoJson/basic.json";
+import basicGeoJson from "@/assets/geoJson/basic.json";
 import bw from "@/assets/windimgs/fanSvg/bw.svg";
 import benchmark from "@/assets/cesiumImg/benchmark.png";
 
-import fjMYLonLatJson from "../fjLonLatJson/fj_MY.json"; //迈越风电场
-import fjWHZLonLatJson from "../fjLonLatJson/fj_WHZ.json"; //京能旺海庄
-import fjYPLLonLatJson from "../fjLonLatJson/fj_YPL.json"; //京能营盘梁
-import fjSMSLonLatJson from "../fjLonLatJson/fj_SMS.json"; //京能苏木山
+import fjMYLonLatJson from "../../fjLonLatJson/fj_MY.json"; //迈越风电场
+import fjWHZLonLatJson from "../../fjLonLatJson/fj_WHZ.json"; //京能旺海庄
+import fjYPLLonLatJson from "../../fjLonLatJson/fj_YPL.json"; //京能营盘梁
+import fjSMSLonLatJson from "../../fjLonLatJson/fj_SMS.json"; //京能苏木山
 
 import drawPlotView from "./drawPlotView.vue";
 import dayjs from "dayjs";