修复 jimu 报表的样式问题
parent
d16d20fc22
commit
b7198bd373
|
@ -35,8 +35,7 @@ public class DefaultController {
|
|||
"[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]");
|
||||
}
|
||||
|
||||
@RequestMapping(value = {"/admin-api/report/**",
|
||||
"/jmreport/**"})
|
||||
@RequestMapping(value = {"/admin-api/report/**"})
|
||||
public CommonResult<Boolean> report404() {
|
||||
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
|
||||
"[报表模块 yudao-module-report - 已禁用][参考 https://doc.iocoder.cn/report/ 开启]");
|
||||
|
|
Loading…
Reference in New Issue