change - 温度曲线loading图标设置

main
wenjy 3 years ago
parent d3214be5b0
commit c0ed9b8fbc

@ -6,12 +6,12 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
# url: jdbc:mysql://121.36.58.109:3306/jrm-intelligent-iot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://121.36.58.109:3306/jrm-intelligent-iot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: Haiwei123456
url: jdbc:mysql://localhost:3306/jrm-intelligent-iot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: root password: Haiwei123456
# url: jdbc:mysql://localhost:3306/jrm-intelligent-iot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: root
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭

@ -107,9 +107,9 @@
contentType: false, contentType: false,
beforeSend: function () { beforeSend: function () {
$.modal.loading("正在处理中,请稍候..."); $.modal.loading("正在处理中,请稍候...");
$.modal.disable();
}, },
success: function (json) { success: function (json) {
$.modal.closeLoading();
myEcharts(json, document.getElementById("trendEcharts")); myEcharts(json, document.getElementById("trendEcharts"));
}, },
error: function () { error: function () {

Loading…
Cancel
Save