.env.production 103 B

1234
  1. # 正式环境
  2. NODE_ENV=production
  3. VITE_NAME = '生产环境'
  4. VITE_BASE_URL = '/disaster/TransServlet'