WholeProcessPlatform/frontend/.env.production

8 lines
177 B
Plaintext
Raw Normal View History

2026-03-25 10:02:19 +08:00
## 生产环境
NODE_ENV='production'
2026-04-22 17:53:20 +08:00
VITE_APP_TITLE = 'qgc-buji-web'
2026-03-25 10:02:19 +08:00
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/prod-api'
VITE_APP_PREVIEW_URL = 'https://211.99.26.225:12125'