Commit 21c94cae authored by xiexingan's avatar xiexingan

调整

parent caba2b06
......@@ -5,10 +5,10 @@ CONFIG.TITLE = 'AI节能管理系统'
// 网络请求公用地址
// CONFIG.requestPath = 'http://localhost:8046'
CONFIG.requestPath = 'http://localhost:8046'
// CONFIG.requestPath = 'http://10.20.72.31:8046'
CONFIG.requestPath = 'http://59.110.43.122:8046'
// CONFIG.requestPath = 'http://59.110.43.122:8046'
// 文件上传
CONFIG.urlPath = 'http://10.20.72.33/'
......
......@@ -2564,3 +2564,13 @@
font-size: 16px;
}
.el-icon-snjfg{
background: url(~@/assets/icon/el-icon-snjfg.png) center no-repeat;
height: 40px;
width: 40px;
background-size: 100%;
}
.el-icon-snjfg:before{
content: "";
font-size: 16px;
}
\ No newline at end of file
......@@ -48,7 +48,8 @@
</el-col>
<el-col :md='10' :sm="5">
<div style="float:right;">
<div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div>
//- 图标过滤
//- <div :class="item.value" style="margin:5px 5px 0 0;" :title="item.name" v-for="item in iconNameListBottom" @click="iconClick(item)"></div>
</div>
</el-col>
</el-row>
......
......@@ -302,6 +302,7 @@ export default {
}
},
mapClick(feature, item, flag) {
console.log(item, 11)
//默认样式
let style = this.getPointStyle(item.imageSrc + '.png', item.name)
//选中样式
......
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