change - 配置文件

master
yinq 2 weeks ago
parent a9dbedd7cc
commit d6304adfb6

@ -33,6 +33,10 @@ spring:
# url: jdbc:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=hw_iot_ems
# username: userapp
# password: Vk^4HNLkX<
# 柬埔寨山东能源八亿橡胶
# url: jdbc:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=hw_iot_ems
# username: sa
# password: haiwei@123
# 从库数据源
slave:
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

@ -125,7 +125,7 @@
tempData = eval(result);
var tempInfo = '';
for (let i = 0; i < tempData.length; i++) {
tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 260px;width: 12.5%;float: left;" ></div>';
tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 200px;width: 12.5%;float: left;" ></div>';
/* tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 200px;width: 12.5%;float: left;" ></div>'; */
/*info += '<div style="background-color: red;width: 200px;height: 200px;">'+tempData[i].name+'</div>' border: solid 1px greenyellow;padding: 10px 10px;;*/
}

Loading…
Cancel
Save