dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'feature/v5.0/5.0.4' of http://139.196.74.78:10010/r/drone/dro...
chenyao
2025-08-21
0c9a9ed7e7393df99bcadcf083df9e35727d92bb
[drone/drone-web-manage.git]
/
src
/
buildConfig
/
buildConfig
/
config.default.js
1
2
3
4
5
6
7
8
9
import defaultLayer from '@/buildConfig/layerConfig/defaultLayer'
export default function getBaseConfig () {
return {
loginTitle: '中图智飞低空智能感知网平台', //登陆页面标题
// envName: 'jiangwu',
...defaultLayer
}
}