作者 lyh

gx

... ... @@ -172,7 +172,7 @@ class DomainInfoController extends BaseController
// 导出 Excel 文件
$writer->save($filePath);
// 返回导出文件的响应
return Storage::disk('upload')->download($filePath);
return $filePath;
}
}
... ...