index.php 233 B

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