From 57bd0c136c8ce2b3f4f61664308e06f5b7331dd7 Mon Sep 17 00:00:00 2001 From: cyfml <236510120@qq.com> Date: Mon, 27 Feb 2023 15:41:02 +0100 Subject: [PATCH 1/4] create 404.html,it will redirect to FileUploadView --- report-viewer/public/404.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 report-viewer/public/404.html diff --git a/report-viewer/public/404.html b/report-viewer/public/404.html new file mode 100644 index 000000000..9ae6d459d --- /dev/null +++ b/report-viewer/public/404.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 48640a430f00f8c0a61ad322888ca6a3a162be55 Mon Sep 17 00:00:00 2001 From: cyfml <236510120@qq.com> Date: Mon, 27 Feb 2023 16:05:14 +0100 Subject: [PATCH 2/4] relative path --- report-viewer/public/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-viewer/public/404.html b/report-viewer/public/404.html index 9ae6d459d..f517eb520 100644 --- a/report-viewer/public/404.html +++ b/report-viewer/public/404.html @@ -1,6 +1,6 @@ - + \ No newline at end of file From 8067e78e310157f2ef371c3a9cd2f19e2715942b Mon Sep 17 00:00:00 2001 From: cyfml <236510120@qq.com> Date: Mon, 27 Feb 2023 16:14:26 +0100 Subject: [PATCH 3/4] comment --- report-viewer/public/404.html | 1 + 1 file changed, 1 insertion(+) diff --git a/report-viewer/public/404.html b/report-viewer/public/404.html index f517eb520..184311bc8 100644 --- a/report-viewer/public/404.html +++ b/report-viewer/public/404.html @@ -1,6 +1,7 @@ + \ No newline at end of file From e6f397854f7cbe3d2bd47e39b7286140759010cb Mon Sep 17 00:00:00 2001 From: cyfml <236510120@qq.com> Date: Tue, 28 Feb 2023 12:19:33 +0100 Subject: [PATCH 4/4] use scripts to generate url dynamiclly --- report-viewer/public/404.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/report-viewer/public/404.html b/report-viewer/public/404.html index 184311bc8..5241ba2ca 100644 --- a/report-viewer/public/404.html +++ b/report-viewer/public/404.html @@ -1,7 +1,9 @@ - - - - + \ No newline at end of file