1234567891011121314151617181920 |
- ###
- # @Author: 傅豪杰 18516149270@163.com
- # @Date: 2023-07-24 17:16:04
- # @LastEditors: 傅豪杰 18516149270@163.com
- # @LastEditTime: 2023-08-03 16:25:30
- # @FilePath: /infrared_remote/admin_web/ruoyi-ui/.env.staging
- # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- ###
- # 页面标题
- VUE_APP_TITLE = 遥控器后台管理系统
- # 测试环境配置
- ENV = 'staging'
- # 遥控器后台管理系统/开发环境
- VUE_APP_BASE_API = 'http://ykserv.sh-jh.cn/admin'
- # 静态资源访问路径
- VUE_APP_FILE_STATIC = 'http://ykserv.sh-jh.cn/'
|