.env.production 134 B

123
  1. # 变量必须以 VITE_ 为前缀才能暴露给外部读取
  2. NODE_ENV = 'production'
  3. VITE_APP_BASE_API = 'http://192.168.110.235:8801'