增加国际化 -雷军

This commit is contained in:
zhanghongqing
2019-01-06 17:36:10 +08:00
parent 8cd631af13
commit 2f5a6db1c4
6 changed files with 42 additions and 39 deletions

View File

@@ -1026,7 +1026,7 @@
textStyle:{
color:'#fff',
},
data: ['日志']
data: ['<spring:message code="log"/>']
},
yAxis: [{
type: 'category',
@@ -1090,7 +1090,7 @@
}],
backgroundColor: 'rgba(255,255,255,0)',
series: [{
name: '日志',
name: '<spring:message code="log"/>',
type: 'bar',
barWidth:15,
data: serData,