ccy_DIB/pages.json
ylj20011123 b1939995a9 update
2025-12-07 09:49:52 +08:00

247 lines
8.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "驿达数智化看板",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/userCenter/userCenter",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "授权"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "驿达数智化看板"
}
}
],
"subPackages": [ //分包加载配置
{
"root": "pages/attendanceStatus",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "出勤情况",
"navigationStyle": "custom"
}
},
{
"path": "emergencyEvents",
"style": {
"navigationBarTitleText": "应急事件",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "emergencyEventsDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F5F6F7"
}
},
{
"path": "attendanceStatistics",
"style": {
"navigationBarTitleText": "考勤统计",
"navigationBarBackgroundColor": "#F5F6F7",
"navigationStyle": "custom"
}
},
{
"path": "roster",
"style": {
"navigationBarTitleText": "排班表",
"navigationBarBackgroundColor": "#F5F6F7",
"navigationStyle": "custom"
}
}
]
},
{ // 商业BI
"root": "pages/commercialBI",
"pages": [
{
"path": "noData",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "newsList",
"style": {
"navigationBarTitleText": "消息通知"
}
}
]
},
{
"root": "pages/everdayRenven",
"pages": [
{
"path": "index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "每日营收汇总"
}
},
{
"path": "detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "每日营收"
}
},
{
"path": "serviceIndex",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "服务区每日营收"
}
},
{
"path": "serviceDetail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "服务区每日营收"
}
},
{
"path": "AnhuiIndex",
"style": {
"navigationBarTitleText": "每日营收汇总",
"enablePullDownRefresh": false
}
},
{
"path": "AnhuiServerpart",
"style": {
"navigationBarTitleText": "服务区每日营收",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/operatingStatements",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "经营报表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#647BD1",
"navigationBarTextStyle": "white"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "经营报表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#647BD1",
"navigationBarTextStyle": "white"
}
},
{
"path": "operatingTrend",
"style": {
"navigationBarTitleText": "经营趋势",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#647BD1",
"navigationBarTextStyle": "white"
}
}
]
},
{
"root": "pages/summaryOfPortraits",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/map",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"disableScroll": true
}
}
],
"permission": {
"scope.userFuzzyLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
},
{
"root": "pages/DigitalIntelligenceDashboard",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "数智看板"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#f9f9f9",
"backgroundColor": "#f9f9f9"
},
"tabBar": {
"color": "#474647",
"selectedColor": "#3295f9",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/tab/home.png",
"selectedIconPath": "static/images/tab/homeActive.png",
"text": ""
},
{
"pagePath": "pages/userCenter/userCenter",
"iconPath": "static/images/tab/user.png",
"selectedIconPath": "static/images/tab/userActive.png",
"text": ""
}
]
}
}