auth.php 91 B

1234567
  1. <?php
  2. /**
  3. * 帐号权限配置
  4. */
  5. return [
  6. ['name' => '基础管理','level' => 1]
  7. ];