.env.production 108 B

12345
  1. ## 生产环境
  2. VITE_APP_TITLE = 'vue3-element-admin'
  3. VITE_APP_PORT = 3000
  4. VITE_APP_BASE_API = '/prod-api'