fix: basic path warning

This commit is contained in:
xuziqiang
2024-05-22 14:28:56 +08:00
parent 78207546c7
commit 54b7ffb119
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
VITE_USE_MOCK = true VITE_USE_MOCK = true
# public path # public path
VITE_PUBLIC_PATH = /hx-ai-intelligent VITE_PUBLIC_PATH = /hx-ai-intelligent/
# Cross-domain proxy, you can configure multiple # Cross-domain proxy, you can configure multiple
# Please note that no line breaks http://100.73.70.51 # Please note that no line breaks http://100.73.70.51

View File

@@ -2,7 +2,7 @@
VITE_USE_MOCK = true VITE_USE_MOCK = true
# public path # public path
VITE_PUBLIC_PATH = /hx-ai-intelligent VITE_PUBLIC_PATH = /hx-ai-intelligent/
# Delete console # Delete console
VITE_DROP_CONSOLE = true VITE_DROP_CONSOLE = true