starwork-uniapp/src/pages.json

71 lines
1.8 KiB
JSON
Raw Normal View History

2024-12-31 10:05:55 +08:00
{
"globalStyle": {
"navigationStyle": "default",
"navigationBarTitleText": "unibest",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
},
"easycom": {
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
}
},
"tabBar": {
2024-12-31 10:19:20 +08:00
"color": "#0d0f10",
"selectedColor": "#255cf7",
"backgroundColor": "#FFFFFF",
2024-12-31 10:05:55 +08:00
"borderStyle": "black",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
2024-12-31 10:19:20 +08:00
"spacing": "5px",
2024-12-31 10:05:55 +08:00
"list": [
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeHL.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/home/home",
2024-12-31 10:05:55 +08:00
"text": "首页"
},
2024-12-31 10:19:20 +08:00
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeHL.png",
"pagePath": "pages/workbench/workbench",
"text": "工作台"
},
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeHL.png",
"pagePath": "pages/notification/notification",
"text": "消息"
},
2024-12-31 10:05:55 +08:00
{
"iconPath": "static/tabbar/example.png",
"selectedIconPath": "static/tabbar/exampleHL.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/mine/mine",
"text": "我的"
2024-12-31 10:05:55 +08:00
}
]
},
"pages": [
{
"path": "pages/index/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/about/about",
"type": "page",
"style": {
"navigationBarTitleText": "关于"
}
}
],
"subPackages": []
2024-12-31 10:19:20 +08:00
}