qrcode-app/pages.json
wyw 039cf70aa6 提示框导入
当班信息页面功能处理
链接跳转 接入 菜单参数 orgid
导入接口 获取组织为班组的列表 获取当班显示信息
requset 基础方法修改
2024-11-22 09:36:11 +08:00

70 lines
1.4 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/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": {}
}