route.php 122 B

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