This commit is contained in:
2025-12-05 00:09:32 +08:00
parent bb3d22eabf
commit 3d1dbb3f97
214 changed files with 113060 additions and 1232 deletions
@@ -0,0 +1,11 @@
-- 删除 /documents/download 路由记录
-- 该路由已不再使用,项目统一使用 /api/pdf-proxy 进行文件下载
-- 删除路由记录
DELETE FROM sys_routes WHERE id = 34 AND route_path = '/documents/download';
-- 验证删除结果
SELECT id, route_path, route_name, route_title, parent_id, is_hidden
FROM sys_routes
WHERE route_path LIKE '/documents%'
ORDER BY sort_order;