feat:添加管理员登录

This commit is contained in:
2026-05-09 11:16:00 +08:00
parent 56951c0383
commit cda7824eb2
19 changed files with 484 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
export const authModuleMeta = {
segment: "auth",
title: "登录",
description: "后台登录流程(占位,与侧边栏工作台分离)。",
description: "账号、密码与图形验证码登录;对接 Laravel Sanctum。",
} as const;