dashboard
repositories
filestore
activity
search
login
~mayuhao
/
registerSystem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
马宇豪
2023-09-08
0b25ddd8815f90a3f16c7900c624823298c7c0b0
[~mayuhao/registerSystem.git]
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
# 页面标题
VUE_APP_TITLE = 规财安评管理系统
# 开发环境配置
ENV = 'development'
# 规财安评管理系统/开发环境
#VUE_APP_BASE_API = 'http://192.168.0.70:8080'
VUE_APP_BASE_API = 'http://106.15.95.149:7006'
# 路由懒加载F
VUE_CLI_BABEL_TRANSPILE_MODULES = true