declare(strict_types=1); use think\facade\Route; // Admin路由 // 路由前缀: /admin/ // // 如果需要登录请添加认证中间件auth // ->middleware(['auth'])