2
0
Files
fe.wfc/.env.prod
2024-11-28 11:11:43 +08:00

14 lines
337 B
Plaintext

# vue-router mode: hash | history | memory
VITE_ROUTER_HISTORY_MODE=hash
# frontend service base url, prod environment
VITE_BASE_URL=/sys
# backend service base url, prod environment
VITE_SERVICE_BASE_URL=/sys-api
# other backend service base url, prod environment
VITE_OTHER_SERVICE_BASE_URL= `{
"demo": "http://localhost:9529"
}`