From 78207546c74a7ce48f3735636c96360f3212ff7a Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Wed, 22 May 2024 14:06:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hx-ai-intelligent=20=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/.env.development | 2 +- hx-ai-intelligent/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hx-ai-intelligent/.env.development b/hx-ai-intelligent/.env.development index 1981d31..70472dc 100644 --- a/hx-ai-intelligent/.env.development +++ b/hx-ai-intelligent/.env.development @@ -2,7 +2,7 @@ VITE_USE_MOCK = true # public path -VITE_PUBLIC_PATH = / +VITE_PUBLIC_PATH = /hx-ai-intelligent # Cross-domain proxy, you can configure multiple # Please note that no line breaks http://100.73.70.51 diff --git a/hx-ai-intelligent/.env.production b/hx-ai-intelligent/.env.production index a0bdfb7..f29d774 100644 --- a/hx-ai-intelligent/.env.production +++ b/hx-ai-intelligent/.env.production @@ -2,7 +2,7 @@ VITE_USE_MOCK = true # public path -VITE_PUBLIC_PATH = / +VITE_PUBLIC_PATH = /hx-ai-intelligent # Delete console VITE_DROP_CONSOLE = true