dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'feature/v8.0/8.0.4' into prod
chenyao
2025-12-06
ce37640c757ccb9fb0ea02d6c538c9a844265557
[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
}
}