mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	修复 jimu 报表的样式问题
This commit is contained in:
		@@ -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/ 开启]");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user