更新路径

This commit is contained in:
zhuangqian 2017-01-13 08:42:38 +08:00
parent 2c9c6a9ef5
commit 1c94ca02ec

View File

@ -12,7 +12,7 @@ public class EchartsController extends BaseController {
@GetMapping
public String echarts() {
return "/platform/echarts/echarts.html";
return "/modules/echarts/echarts.html";
}
}