.env.productionShip 173 B

123456789101112
  1. #
  2. # 生产船端环境 环境变量
  3. #
  4. NODE_ENV = 'production'
  5. # base api
  6. VUE_APP_BASE_API =''
  7. #VUE_APP_BASE_API = 'http://192.168.24.24:81'
  8. VUE_APP_PACKAGE_ENV = 'ship'