瀏覽代碼

常规上传

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";