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