.env.production 121 B

12345
  1. # just a flag
  2. ENV = 'production'
  3. # 生产环境:后端接口地址
  4. VUE_APP_BASE_API = 'http://sa-sso-client.dev33.cn'