.env.development 738 B

1234567891011121314151617181920212223
  1. ###
  2. # @Author: liying333 2698127913@qq.com
  3. # @Date: 2024-11-14 15:41:20
  4. # @LastEditors: liying333 2698127913@qq.com
  5. # @LastEditTime: 2024-11-15 09:21:38
  6. # @FilePath: \ruoyi\.env.development
  7. # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. ###
  9. # 页面标题
  10. VUE_APP_TITLE = 双重预防综合管理系统
  11. # 开发环境配置
  12. ENV = 'development'
  13. # 双重防御系统开发环境后台接口地址配置
  14. # VUE_APP_BASE_API = 'http://101.42.248.108:17005'
  15. VUE_APP_BASE_API = 'http://192.168.3.200:18080'
  16. # VUE_APP_BASE_API = 'http://localhost:18080'
  17. # 路由懒加载
  18. VUE_CLI_BABEL_TRANSPILE_MODULES = true