{
|
"easycom": {
|
"custom": {
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
|
}
|
},
|
"pages": [
|
{
|
"path": "pages/page/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/register/index",
|
"style": {
|
"navigationBarTitleText": "注册"
|
}
|
},
|
{
|
"path": "pages/equipmentManagement/index",
|
"style": {
|
"navigationBarTitleText": "设备管理"
|
}
|
},
|
{
|
"path": "pages/legalPolicy/index",
|
"style": {
|
"navigationBarTitleText": "法律政策"
|
}
|
},
|
|
{
|
"path": "pages/user/index",
|
"style": {
|
"navigationBarTitleText": "我的"
|
}
|
},
|
{
|
"path": "pages/map/index",
|
"style": {
|
"navigationBarTitleText": "地图",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/login/index",
|
"style": {
|
"navigationBarTitleText": "登录页",
|
"navigationStyle": "custom"
|
}
|
}
|
],
|
"subPackages": [
|
{
|
"root": "subPackages",
|
"pages": [
|
{
|
"path": "404/index",
|
"style": {
|
"navigationBarTitleText": "404",
|
"navigationStyle": "custom"
|
}
|
},
|
|
{
|
"path": "airspaceInformation/index",
|
"style": {
|
"navigationBarTitleText": "空域信息"
|
}
|
},
|
{
|
"path": "flightApplication/index",
|
"style": {
|
"navigationBarTitleText": "飞行申请"
|
}
|
},
|
{
|
"path": "flightApplication/add",
|
"style": {
|
"navigationBarTitleText": "飞行申请"
|
}
|
},
|
{
|
"path": "flightApplication/details",
|
"style": {
|
"navigationBarTitleText": "飞行详情"
|
}
|
},
|
{
|
"path": "deviceRegistration/add",
|
"style": {
|
"navigationBarTitleText": "飞行器注册"
|
}
|
},
|
{
|
"path": "deviceRegistration/details",
|
"style": {
|
"navigationBarTitleText": "飞行器详情"
|
}
|
},
|
{
|
"path": "regulationsDetail/details",
|
"style": {
|
"navigationBarTitleText": "详情"
|
}
|
},
|
{
|
"path": "userDetail/infos/index",
|
"style": {
|
"navigationBarTitleText": "个人资料"
|
}
|
},
|
{
|
"path": "userDetail/password/index",
|
"style": {
|
"navigationBarTitleText": "修改密码"
|
}
|
},
|
{
|
"path": "browser/index",
|
"style": {
|
"navigationBarTitleText": "地图"
|
}
|
}
|
]
|
}
|
],
|
"tabBar": {
|
"color": "#8c8c8c",
|
"selectedColor": "#1D6FE9",
|
"borderStyle": "black",
|
"backgroundColor": "#ffffff",
|
"list": [
|
{
|
"iconPath": "static/images/tabbar/home.png",
|
"selectedIconPath": "static/images/tabbar/home-selected.png",
|
"pagePath": "pages/page/index",
|
"text": "首页"
|
},
|
{
|
"iconPath": "static/images/tabbar/sbgl.png",
|
"selectedIconPath": "static/images/tabbar/sbgl-selected.png",
|
"pagePath": "pages/equipmentManagement/index",
|
"text": "设备管理"
|
},
|
{
|
"iconPath": "static/images/tabbar/flzc.png",
|
"selectedIconPath": "static/images/tabbar/flzc-selected.png",
|
"pagePath": "pages/legalPolicy/index",
|
"text": "法律政策"
|
},
|
{
|
"iconPath": "static/images/tabbar/my.png",
|
"selectedIconPath": "static/images/tabbar/my-selected.png",
|
"pagePath": "pages/user/index",
|
"text": "我的"
|
}
|
]
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
}
|
}
|