dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复Log注解GET请求记录不到参数问题
RuoYi
2022-11-22
1bb6342bcbcd02ecdb02476413c5f93c09bc15ff
[expert_management.git]
/
ruoyi-ui
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
# 页面标题
VUE_APP_TITLE = 若依管理系统
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true