.env.production 357 B

1234567891011121314151617
  1. # 页面标题
  2. VUE_APP_TITLE = 实验室安全管理系统
  3. # 开发环境配置
  4. NODE_ENV=production
  5. VUE_APP_ENV = 'production'
  6. # ####################外网接口配置####################
  7. VUE_APP_BASE_API = 'lab.zjznai.com/labSystem/'
  8. # ####################内网接口配置####################
  9. VUE_APP_BASE_LOCAL_API = '192.168.251.2/labSystem/'