.env.development 760 B

123456789101112131415161718192021222324
  1. ###
  2. # @Author: 傅豪杰 18516149270@163.com
  3. # @Date: 2023-07-24 17:16:04
  4. # @LastEditors: 傅豪杰 18516149270@163.com
  5. # @LastEditTime: 2023-08-16 17:03:26
  6. # @FilePath: /infrared_remote/admin_web/ruoyi-ui/.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://admin.info666.com/api'
  15. # 静态资源访问路径
  16. VUE_APP_FILE_STATIC = 'http://admin.info666.com'
  17. # 路由懒加载
  18. VUE_CLI_BABEL_TRANSPILE_MODULES = true