index.php 191 B

12345678910
  1. <?php
  2. namespace think;
  3. use think\admin\service\SystemService;
  4. // 加载基础文件
  5. require __DIR__ . '/../vendor/autoload.php';
  6. // WEB应用初始化
  7. SystemService::instance()->doInit();