mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-24 13:38:38 +00:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 芋道管理系统/开发环境
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
# VUE_APP_BASE_API = '/api'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|