ZhiYeJianKang_QiYe_APP/pages.json
2025-02-20 15:38:43 +08:00

180 lines
3.8 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.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Occupationalhazards/Occupationalhazards",
"style": {
"navigationBarTitleText": "职业病危害暴露风险评估",
"enablePullDownRefresh": false
}
},
{
"path": "pages/management/management",
"style": {
"navigationBarTitleText": "分类分级",
"enablePullDownRefresh": false
// "navigationStyle": "custom",
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
}
}, {
"path": "pages/Health/Health",
"style": {
"navigationBarTitleText": "职业卫生管理自查",
"enablePullDownRefresh": false
}
}, {
"path": "pages/perfect/perfect",
"style": {
"navigationBarTitleText": "企业信息完善",
"enablePullDownRefresh": false
}
}, {
"path": "pages/comprehensive/comprehensive",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
// "app-plus": {
// "titleNView": {
// "buttons": [{
// "text": "返回",
// // "fontSrc": "/static/iconfont.ttf",
// "fontSize": "16px",
// "color": "#000000",
// "float": "left"
// }]
// }
// }
},
{
"path": "pages/risk/risk",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
// 工作场所职业病危害因素检测报告
{
"path": "pages/upload/upload",
"style": {
"navigationBarTitleText": "文件上传",
"enablePullDownRefresh": false
}
}
// 建设项目职业病危害现状评价报告
, {
"path": "pages/StatusReport/StatusReport",
"style": {
"navigationBarTitleText": "文件上传",
"enablePullDownRefresh": false
}
}
// 劳动者上岗前培训
, {
"path": "pages/cultivate/cultivate",
"style": {
"navigationBarTitleText": "文件上传",
"enablePullDownRefresh": false
}
}
// 用人单位职业健康监护档案
, {
"path": "pages/Custodyfile/Custodyfile",
"style": {
"navigationBarTitleText": "文件上传",
"enablePullDownRefresh": false
}
}
// 个人防护用品的购买、发放使用记录
, {
"path": "pages/purchase/purchase",
"style": {
"navigationBarTitleText": "文件上传",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"pageOrientation": "auto"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/homepagew.png",
"selectedIconPath": "static/homepagews.png",
"text": "首页"
},
{
"pagePath": "pages/management/management",
"iconPath": "static/orderw.png",
"selectedIconPath": "static/orders.png",
"text": "分类分级"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/userw.png",
"selectedIconPath": "static/users.png",
"text": "个人中心"
}
]
}
}