Browse Source

fix: hx-ai-intelligent 区分

main
xuziqiang 4 months ago
parent
commit
78207546c7
  1. 2
      hx-ai-intelligent/.env.development
  2. 2
      hx-ai-intelligent/.env.production

2
hx-ai-intelligent/.env.development

@ -2,7 +2,7 @@
VITE_USE_MOCK = true VITE_USE_MOCK = true
# public path # public path
VITE_PUBLIC_PATH = / 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

2
hx-ai-intelligent/.env.production

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

Loading…
Cancel
Save