hn_platform_h5/src/pages.json

93 lines
2.8 KiB
JSON
Raw Normal View History

2025-12-01 13:20:43 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/redirect/index",
"style": {
"navigationBarTitleText": "跳转中",
"navigationStyle": "custom"
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/attendance/index",
"style": {
"navigationBarTitleText": "考勤",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#fff"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "国网H5系统",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#999",
"selectedColor": "#008857",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home-active.png"
},
{
"pagePath": "pages/work/index",
"text": "工作台",
"iconPath": "static/image/work.png",
"selectedIconPath": "static/image/work-active.png"
},
{
"pagePath": "pages/attendance/index",
"text": "考勤",
"iconPath": "static/image/attendance.png",
"selectedIconPath": "static/image/attendance-active.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/image/my.png",
"selectedIconPath": "static/image/my-active.png"
}
]
}
}