|
@@ -53,10 +53,10 @@
|
|
|
<windPro />
|
|
<windPro />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="third" v-if="showModelMsg">
|
|
<div class="third" v-if="showModelMsg">
|
|
|
- <ModelUnpack
|
|
|
|
|
|
|
+ <!-- <ModelUnpack
|
|
|
:modelUnpackType="modelUnpackType"
|
|
:modelUnpackType="modelUnpackType"
|
|
|
:showModelMsg="showModelMsg"
|
|
:showModelMsg="showModelMsg"
|
|
|
- />
|
|
|
|
|
|
|
+ /> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -106,7 +106,7 @@ import gf from "@/assets/windimgs/fanSvg/gf.png";
|
|
|
|
|
|
|
|
import windHome from "@/components/windHome/index.vue";
|
|
import windHome from "@/components/windHome/index.vue";
|
|
|
import windPro from "@/components/windProDetail/windProblem.vue";
|
|
import windPro from "@/components/windProDetail/windProblem.vue";
|
|
|
-import ModelUnpack from "@/components/modelUnpack.vue";
|
|
|
|
|
|
|
+// import ModelUnpack from "@/components/modelUnpack.vue";
|
|
|
|
|
|
|
|
import { WindLayer } from "cesium-wind";
|
|
import { WindLayer } from "cesium-wind";
|
|
|
import windGridData from "./windGridData.json";
|
|
import windGridData from "./windGridData.json";
|
|
@@ -122,7 +122,7 @@ export default {
|
|
|
menuCom,
|
|
menuCom,
|
|
|
windHome,
|
|
windHome,
|
|
|
windPro,
|
|
windPro,
|
|
|
- ModelUnpack,
|
|
|
|
|
|
|
+ // ModelUnpack,
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|