## 生产环境 NODE_ENV='production' # 应用端口 VITE_APP_PORT = 3000 # 代理前缀 VITE_APP_BASE_API = '/prod-api'