From b958aacf6c1dcf1f97b9c3e2e06ba3a525b919f0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 25 Dec 2023 18:49:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E9=9D=99=E6=80=81?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=A2=9E=E5=8A=A0=E8=AE=BF=E9=97=AE=E5=89=8D?= =?UTF-8?q?=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(),