From 54b7ffb11926c0c5ba10c44529539822596e8ffb Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Wed, 22 May 2024 14:28:56 +0800 Subject: [PATCH] fix: basic path warning --- 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 70472dc..9dc4df5 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 = /hx-ai-intelligent +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 f29d774..0b6e568 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 = /hx-ai-intelligent +VITE_PUBLIC_PATH = /hx-ai-intelligent/ # Delete console VITE_DROP_CONSOLE = true