From 57d4f3fd2d64134c2a2d8df940ba8a6b3758af98 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 14 Oct 2021 18:20:27 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E6=89=93=E5=8C=85=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 649a9928ca..a9dfd85ce0 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -268,10 +268,15 @@ src/main/resources - + true + + static/**/*.woff + static/**/*.woff2 + static/**/*.ttf + From 5439fe9f076d30936b85c274c026b4678c223e9c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 15 Oct 2021 11:03:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E6=89=93=E5=8C=85?= =?UTF-8?q?icon=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index a9dfd85ce0..6a23d07915 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -278,6 +278,16 @@ static/**/*.ttf + + + src/main/resources + false + + static/**/*.woff + static/**/*.woff2 + static/**/*.ttf + + @@ -381,6 +391,7 @@ maven-antrun-plugin + main-class-placement generate-resources From b3614a57d579de5aa58919d2daa10a862de6a930 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 15 Oct 2021 11:14:04 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9api=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/io/dataease/controller/IndexController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/java/io/dataease/controller/IndexController.java b/backend/src/main/java/io/dataease/controller/IndexController.java index 38a716f0c0..7cb3f07b78 100644 --- a/backend/src/main/java/io/dataease/controller/IndexController.java +++ b/backend/src/main/java/io/dataease/controller/IndexController.java @@ -43,8 +43,8 @@ public class IndexController { return "doc.html"; default: // DataEaseException.throwException("Invalid License."); - //return "nolic.html"; - return "doc.html"; + return "nolic.html"; + // return "doc.html"; } // return "index.html"; }