BASE_PATH . '/./view/', // 模板编译缓存目录(可写) 'cache_path' => BASE_PATH . '/./runtime/', // 模板文件后缀 'view_suffix' => 'html', ]); require_once "../boot.php";