base.php 128 B

1234567891011
  1. <?php
  2. # 一些基本配置
  3. $config['base'] = array
  4. (
  5. # 后台头部菜单
  6. 'top' => 'token/project_id-5',
  7. );
  8. return $config;