.env 131 B

1234
  1. # 测试服和本地开发
  2. VITE_API_URL_TEST='http://server.ichunhao.cn'
  3. # 线上
  4. VITE_API_URL_PRODUCT='http://service.ichunhao.cn'