qrcode-app/pages.json

123 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2024-07-19 08:50:05 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2024-07-25 11:35:20 +08:00
"navigationBarTitleText": "首页",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "进入",
"type": "none",
"color": "#304ffe",
"background": "#000000",
"fontSize": "14px"
}]
}
}
}
},
{
"path": "pages/camera/index",
"style": {
"navigationBarTitleText": "随手拍",
"onReachBottomDistance": 100
2024-07-24 14:45:27 +08:00
}
},
{
"path": "pages/apply/index",
"style": {
"navigationBarTitleText": "个人信息"
// "navigationBarBackgroundColor": "#fff"
2024-07-24 14:45:27 +08:00
}
},
{
"path": "pages/apply/user",
"style": {
"navigationBarTitleText": "当班工作人员"
}
},
{
"path": "pages/apply/qrcodeMake",
"style": {
"navigationBarTitleText": "二维码生成器"
}
},
{
"path": "pages/apply/viewRisk",
"style": {
"navigationBarTitleText": "隐患查看"
}
},
{
"path": "pages/apply/viewCheck",
"style": {
"navigationBarTitleText": "检查查看"
}
},
{
"path": "pages/apply/viewEvaluation",
"style": {
"navigationBarTitleText": "风险查看"
}
},
{
"path": "pages/apply/viewDangerJob",
"style": {
"navigationBarTitleText": "危险作业查看"
}
},
{
"path": "pages/apply/viewVideo",
"style": {
"navigationBarTitleText": "视频查看"
}
},
2025-07-10 13:49:28 +08:00
{
"path": "pages/apply/viewVideoplyplayer",
"style": {
"navigationBarTitleText": "视频播放"
}
},
2025-10-28 08:40:05 +08:00
{
"path": "pages/apply/jobList",
"style": {
"navigationBarTitleText": "岗位风险"
}
}, {
"path": "pages/apply/jobRiskShow",
"style": {
"navigationBarTitleText": "岗位风险"
}
},
2024-07-24 14:45:27 +08:00
{
"path": "pages/apply/complete",
"style": {
"navigationBarTitleText": "",
// "navigationBarBackgroundColor": "#fff",
2024-07-24 14:45:27 +08:00
"app-plus": {
"titleNView": {
// "titleSize": "18px",
"autoBackButton": false
}
}
2024-07-19 08:50:05 +08:00
}
2024-07-25 11:35:20 +08:00
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
2024-07-25 11:35:20 +08:00
}
2024-07-19 08:50:05 +08:00
}
2024-07-19 08:50:05 +08:00
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#f6faff", //f6faff
2024-07-19 08:50:05 +08:00
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2024-07-24 14:45:27 +08:00
}