.env 162 B

1234567
  1. # just a flag
  2. ENV = 'production'
  3. VUE_APP_NAME = 'development'
  4. # 付款中心URL
  5. VUE_APP_PAY_CENTER_URL = 'http://localhost:9522'
  6. # base api
  7. VUE_APP_BASE_API = ''