.env.production 174 B

1234567
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = 'https://mapi.caimei365.com'
  5. # 图片上传,索引更新等
  6. VUE_APP_CORE_API = 'https://core.caimei365.com'