dl-sale-platform/ruoyi-ui/.env.development

14 lines
318 B
Plaintext
Raw Normal View History

# 页面标题
VUE_APP_TITLE = 毕设
2019-10-08 09:14:38 +08:00
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
2024-11-13 14:04:41 +08:00
# VUE_APP_BASE_API = '/dev-api'
2024-11-20 14:27:33 +08:00
# VUE_APP_BASE_API = 'http://127.0.0.1:40506'
2024-11-13 14:04:41 +08:00
VUE_APP_BASE_API = 'https://bishe.lighting-it.cn/bsw'
2019-10-08 09:14:38 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true