|
@@ -74,7 +74,7 @@ import * as echarts from "echarts";
|
|
|
import "echarts-gl"; //3D地图插件
|
|
|
import { onMounted, reactive, ref } from "vue";
|
|
|
import img149 from "@/assets/img/about/149.png";
|
|
|
-import wenli from "@/assets/img/about/wenli.jpg";
|
|
|
+import wenli1 from "@/assets/img/about/wenli.jpg";
|
|
|
var imageDom = document.createElement("img");
|
|
|
imageDom.src = img149;
|
|
|
// 定义echarts方法
|
|
@@ -106,7 +106,7 @@ let option = {
|
|
|
colorMaterial: {},
|
|
|
groundPlane: {
|
|
|
show: true,
|
|
|
- color: "#ff4400",
|
|
|
+ color: "transplate",
|
|
|
realisticMaterial:{
|
|
|
detailTexture:""
|
|
|
}
|
|
@@ -152,13 +152,13 @@ let option = {
|
|
|
},
|
|
|
shading: "realistic",
|
|
|
realisticMaterial: {
|
|
|
- detailTexture: wenli,
|
|
|
+ detailTexture: wenli1,
|
|
|
metalness: 0,
|
|
|
|
|
|
metalnessAdjust:0,
|
|
|
},
|
|
|
lambertMaterial: {
|
|
|
- detailTexture: wenli,
|
|
|
+ detailTexture: wenli1,
|
|
|
metalness: 0,
|
|
|
|
|
|
metalnessAdjust: 0,
|