.env.production 145 B

123456
  1. # 环境标识
  2. ENV = 'production'
  3. # 接口地址,如果要放到后端的static目录下,此处不用填任何内容
  4. VUE_APP_BASE_API = ''