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