Commit e413a987 authored by xj's avatar xj

.

parent 258de1d2
......@@ -4,8 +4,7 @@ VUE_APP_API_BASE_URL=http://8.136.255.30:11078
#图片显示拼接
VUE_APP_API_IMG_URL=http://8.136.255.30:11078/
#余林
VUE_APP_API_PHP_URL=http://112.19.80.237:8090
#VUE_APP_API_PHP_URL=http://8.136.255.30:8090
VUE_APP_API_PHP_URL=http://8.136.255.30:8090
#宜宾
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
......@@ -21,7 +21,6 @@
<div class="diyufenbu_box">
<div class="_left">
<div ref="chart" style="width: 100%;height: 100%;"></div>
<img v-show="false" ref="img" src="@/assets/images/Banner.png" alt="" />
</div>
<ul class="_right">
<li class="list">
......@@ -320,7 +319,7 @@
itemStyle: {
normal: {
areaColor: {
image: this.$refs.img, // 支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串
image: require('@/assets/images/Banner.png'), // 支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串
repeat: 'repeat' // 是否平铺,可以是 'repeat-x', 'repeat-y', 'no-repeat'
},
borderColor: '#76C6E7',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment