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 ...@@ -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_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 #VUE_APP_API_BASE_URL=http://10.12.185.213:11072
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
<div class="diyufenbu_box"> <div class="diyufenbu_box">
<div class="_left"> <div class="_left">
<div ref="chart" style="width: 100%;height: 100%;"></div> <div ref="chart" style="width: 100%;height: 100%;"></div>
<img v-show="false" ref="img" src="@/assets/images/Banner.png" alt="" />
</div> </div>
<ul class="_right"> <ul class="_right">
<li class="list"> <li class="list">
...@@ -320,7 +319,7 @@ ...@@ -320,7 +319,7 @@
itemStyle: { itemStyle: {
normal: { normal: {
areaColor: { areaColor: {
image: this.$refs.img, // 支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串 image: require('@/assets/images/Banner.png'), // 支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串
repeat: 'repeat' // 是否平铺,可以是 'repeat-x', 'repeat-y', 'no-repeat' repeat: 'repeat' // 是否平铺,可以是 'repeat-x', 'repeat-y', 'no-repeat'
}, },
borderColor: '#76C6E7', 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