.env.production 498 B

12345678910111213141516171819
  1. ###
  2. # @Author: 'didiwu' 'w494012457@163.com'
  3. # @Date: 2024-06-25 13:57:10
  4. # @LastEditors: 'didiwu'
  5. # @LastEditTime: 2024-06-29 14:02:37
  6. # @Description:
  7. ###
  8. # 页面标题
  9. VUE_APP_TITLE = 机动车安全技术检验业务信息系统
  10. # 生产环境配置
  11. ENV = 'production'
  12. # 机动车安全技术检验业务信息系统/生产环境
  13. VUE_APP_BASE_API = '/prod-api'
  14. # 若依管理系统/生产环境
  15. #VUE_APP_BASE_API = 'http://15.14.4.2:18080'
  16. VUE_APP_BASE_API = 'http://localhost:18080'