.env.staging 688 B

1234567891011121314151617181920
  1. ###
  2. # @Author: 傅豪杰 18516149270@163.com
  3. # @Date: 2023-07-24 17:16:04
  4. # @LastEditors: 傅豪杰 18516149270@163.com
  5. # @LastEditTime: 2023-08-03 16:25:30
  6. # @FilePath: /infrared_remote/admin_web/ruoyi-ui/.env.staging
  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 = 'staging'
  13. # 遥控器后台管理系统/开发环境
  14. VUE_APP_BASE_API = 'http://ykserv.sh-jh.cn/admin'
  15. # 静态资源访问路径
  16. VUE_APP_FILE_STATIC = 'http://ykserv.sh-jh.cn/'