Files
platform/ruoyi-ui/.env.development

13 lines
316 B
Plaintext
Raw Permalink Normal View History

2025-02-13 17:22:31 +08:00
# 页面标题
VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
2025-05-12 09:43:54 +08:00
VUE_APP_BASE_API = 'http://192.168.110.5:9097/ruoyi'
2025-03-25 17:54:48 +08:00
# VUE_APP_BASE_API = 'https://gx.jdfktech.com:18279/lhyg/ruoyi'
2025-02-13 17:22:31 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true