增加国际化 -雷军
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user