.prod.env 127 B

12345
  1. # 线上环境
  2. ENV = 'production'
  3. # 线上环境接口地址
  4. VITE_API_URL = 'https://lyt-top.gitee.io/vue-next-admin-preview/'