Blame view

merchant-web-master - 副本/.env.staging 165 Bytes
b7023175   杨鑫   '最新'
1
2
3
4
5
6
7
8
9
  NODE_ENV = production
  
  # just a flag
  ENV = 'staging'
  
  # base api
  VUE_APP_BASE_API = '/stage-api'
  
  VUE_APP_DOMAIN_PREFIX = 'https://ceresdev.zkthink.com/businessapi'