@IocBean
@At("/showEcharts")//访问的上级路径
@Ok("chart")
@Fail("json")
@Filters
public class ShowEchartsService {}
报错:
Can not eval chart("chart") View for public com.echarts.chart.BarChart net.nutzbook.service.ShowEchartsService.barChart()
添加回复
请先登陆