reactor:统一导出的 url 都是 export-excel

This commit is contained in:
YunaiV
2025-06-16 08:30:00 +08:00
parent 03d3ebdf05
commit 0fbffdc1d3
8 changed files with 8 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ public class ConfigController {
return success(ConfigConvert.INSTANCE.convertPage(page));
}
@GetMapping("/export")
@GetMapping("/export-excel")
@Operation(summary = "导出参数配置")
@PreAuthorize("@ss.hasPermission('infra:config:export')")
@ApiAccessLog(operateType = EXPORT)