route.php 121 B

123456789
  1. <?php
  2. return [
  3. // 全局路由中间件
  4. 'middleware' => [
  5. 'validate',
  6. 'adminAuth'
  7. ]
  8. ];