add map report files download link
This commit is contained in:
13
components/DownloadReport.js
Normal file
13
components/DownloadReport.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Link from "next/link";
|
||||
|
||||
function DownloadReport({ URL }) {
|
||||
return (
|
||||
<p>
|
||||
<Link passHref href={URL}>
|
||||
<button>下载报告</button>
|
||||
</Link>
|
||||
</p>
|
||||
);
|
||||
}
|
||||
|
||||
export default DownloadReport;
|
||||
Reference in New Issue
Block a user