feat: route/index 重构

This commit is contained in:
zdl
2025-10-30 16:59:19 +08:00
parent 2ac27db207
commit 08b0cfd439
2 changed files with 38 additions and 136 deletions

View File

@@ -0,0 +1,5 @@
// src/routes/utils/index.js
// 统一导出所有路由工具函数
export { wrapWithProtection } from './wrapWithProtection';
export { renderRoute } from './renderRoute';