From b958aacf6c1dcf1f97b9c3e2e06ba3a525b919f0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 25 Dec 2023 18:49:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E9=9D=99?= =?UTF-8?q?=E6=80=81=E8=B5=84=E6=BA=90=E5=A2=9E=E5=8A=A0=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/config/common.ts b/core/core-frontend/config/common.ts index 58479abfdc..4ecb03664d 100644 --- a/core/core-frontend/config/common.ts +++ b/core/core-frontend/config/common.ts @@ -21,6 +21,7 @@ export function pathResolve(dir: string) { return resolve(root, '.', dir) } export default { + base: '/dev2-front', plugins: [ Vue(), VueJsx(), From 614e0fc0a5051d632b2da694fcfdb3904ad41ee3 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 25 Dec 2023 18:51:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E9=9D=99?= =?UTF-8?q?=E6=80=81=E8=B5=84=E6=BA=90=E5=A2=9E=E5=8A=A0=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=89=8D=E7=BC=80=E9=80=82=E9=85=8D=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index ad0152efa1..31513ebd35 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -124,10 +124,15 @@ generate-resources - + + + + + +