qrcode-app/pages.json
wyw 7217872c88 1、添加 信息查看导航 维码生成器 隐患查看 检查查看 风险查看 视频查看
2、按钮点击 添加形参
3、接口 添加   区域选择、检查库、隐患 搜索
4、修改 request  公共方法信息(原来的都写死了)
2025-02-25 16:46:59 +08:00

100 lines
2.0 KiB
JSON
Raw 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": "首页",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "进入",
"type": "none",
"color": "#304ffe",
"background": "#000000",
"fontSize": "14px"
}]
}
}
}
},
{
"path": "pages/camera/index",
"style": {
"navigationBarTitleText": "随手拍",
"onReachBottomDistance": 100
}
},
{
"path": "pages/apply/index",
"style": {
"navigationBarTitleText": "个人信息"
// "navigationBarBackgroundColor": "#fff"
}
},
{
"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/viewVideo",
"style": {
"navigationBarTitleText": "视频查看"
}
},
{
"path": "pages/apply/complete",
"style": {
"navigationBarTitleText": "",
// "navigationBarBackgroundColor": "#fff",
"app-plus": {
"titleNView": {
// "titleSize": "18px",
"autoBackButton": false
}
}
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#f6faff", //f6faff
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}