an_xiao/police_uniapp/pages.json

243 lines
5.2 KiB
JSON
Raw Normal View History

2024-07-25 16:03:08 +08:00
{
"pages": [{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/campusstyle/campusstyle",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/securityCheck/securityCheck",
"style": {
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "用户登录",
"navigationBarBackgroundColor": "#4e87ff"
}
},
{
"path": "pages/my-sign/my-sign",
"style": {
"navigationBarTitleText": "注册",
"navigationBarBackgroundColor": "#4e87ff"
}
},
{
"path": "pages/bonuspoint/bonuspoint",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "加分项目"
}
},
{
"path": "pages/signature/signature",
"style": {
"navigationBarTitleText": "签名",
"enablePullDownRefresh": false
}
},
{
"path": "pages/publishreview/publishreview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/externallink/externallink",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/records-list/records-list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/map/map",
"style": {
"navigationBarTitleText": "护校考勤",
"enablePullDownRefresh": false
}
},
{
"path": "components/police/police",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "components/dailyinspection/dailyinspection",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/starRecord/starRecord",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/starCharts/starCharts",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/tricolorRecord/tricolorRecord",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/signList/signList",
"style" :
{
"navigationBarTitleText": "护校考勤",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/colorUpload/colorUpload",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pagesC",
"pages": [{
"path": "dailyLife/dailyLife",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "Encapsulation/Encapsulation",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "prevendaily/prevendaily",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "psydaily/psydaily",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "regimedaily/regimedaily",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pagesD",
"pages": [{
"path": "collection/collection",
"style": {
"navigationBarTitleText": "意见收集",
"enablePullDownRefresh": false
}
},{
"path": "edituserinfo/edituserinfo",
"style": {
"navigationBarTitleText": "修改用户信息",
"enablePullDownRefresh": false
}
},{
"path": "uploadpictures/uploadpictures",
"style": {
"navigationBarTitleText": "风采上传",
"enablePullDownRefresh": false
}
},{
"path": "work_order/work_order",
"style": {
"navigationBarTitleText": "整改工单",
"enablePullDownRefresh": false
}
}, {
"path": "workreceipt/workreceipt",
"style": {
"navigationBarTitleText": "整改回单",
"enablePullDownRefresh": false
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "芙蓉安校",
"navigationBarBackgroundColor": "#4e87ff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#C00000",
"list": [{
"pagePath": "pages/campusstyle/campusstyle",
"text": "校园风采",
"iconPath": "static/tab_icons/punch.png",
"selectedIconPath": "static/tab_icons/punch1.png"
},
{
"pagePath": "pages/securityCheck/securityCheck",
"text": "安全管理",
"iconPath": "static/tab_icons/security.png",
"selectedIconPath": "static/tab_icons/security1.png"
},
{
"pagePath": "pages/records-list/records-list",
"text": "数据中心",
"iconPath": "static/tab_icons/datadaily.png",
"selectedIconPath": "static/tab_icons/datadaily1.png"
},
{
"pagePath": "pages/index/index",
"text": "个人中心",
"iconPath": "static/tab_icons/my.png",
"selectedIconPath": "static/tab_icons/my-active.png"
}
]
}
}