.env.production 93 B

12345
  1. NODE_ENV = 'production'
  2. # base api
  3. # 正式线
  4. VUE_APP_BASE_API = 'http://192.168.1.70:8087'