Blame view

merchant-web-master - 副本/.env.development 401 Bytes
b7023175   杨鑫   '最新'
1
2
3
4
5
6
7
8
9
10
11
12
13
  # just a flag
  ENV = 'development'
  
  # base api
  VUE_APP_BASE_API = '/dev-api'
  # 开发环境
  # VUE_APP_DOMAIN_PREFIX = 'https://ceresdev.zkthink.com/businessapi'
  # VUE_APP_DOMAIN_PREFIX = '/businessapi'
   VUE_APP_DOMAIN_PREFIX = 'http://8.130.38.56:8027/business-server'
  # 演示环境
  # VUE_APP_DOMAIN_PREFIX = 'https://ceres.zkthink.com/businessapi'
  
  # VUE_APP_DOMAIN_PREFIX = 'http://localhost:9004'