feat: 本次提交更新内容如下

定版本,准备大批量迁移
This commit is contained in:
笔记本里的永平
2025-07-19 11:40:02 +08:00
parent 9630389e22
commit b128410346
59 changed files with 2565 additions and 914 deletions

View File

@@ -0,0 +1,11 @@
import Login from "@/pages/login/login";
const authRoutes = [
{
path: "/login",
element: <Login />,
auth: false, // 不需要权限
},
];
export default authRoutes;