mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
修复 jimu 报表的样式问题
This commit is contained in:
parent
d16d20fc22
commit
b7198bd373
@ -35,8 +35,7 @@ public class DefaultController {
|
|||||||
"[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]");
|
"[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]");
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = {"/admin-api/report/**",
|
@RequestMapping(value = {"/admin-api/report/**"})
|
||||||
"/jmreport/**"})
|
|
||||||
public CommonResult<Boolean> report404() {
|
public CommonResult<Boolean> report404() {
|
||||||
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
|
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
|
||||||
"[报表模块 yudao-module-report - 已禁用][参考 https://doc.iocoder.cn/report/ 开启]");
|
"[报表模块 yudao-module-report - 已禁用][参考 https://doc.iocoder.cn/report/ 开启]");
|
||||||
|
Loading…
Reference in New Issue
Block a user