smartmeter-app/pages.json

88 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-23 19:15:52 +08:00
{
2023-12-05 16:45:28 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-01-23 19:15:52 +08:00
"pages": [{
2023-11-27 09:57:03 +08:00
"path": "pages/index/index",
"style": {
2024-01-24 11:55:35 +08:00
"navigationBarTitleText": "我的",
2023-12-05 16:45:28 +08:00
"enablePullDownRefresh": false,
2024-01-24 11:55:35 +08:00
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
2023-12-05 16:45:28 +08:00
"navigationStyle": "custom"
}
},
{
2024-01-23 19:15:52 +08:00
"path" : "pages/tj",
2023-12-05 16:45:28 +08:00
"style" :
{
2024-01-24 11:55:35 +08:00
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom"
2023-12-05 16:45:28 +08:00
}
},
{
2024-01-23 19:15:52 +08:00
"path" : "pages/my",
2023-12-05 16:45:28 +08:00
"style" :
{
2024-01-24 11:55:35 +08:00
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
"navigationStyle": "custom"
2024-01-10 22:27:43 +08:00
}
2023-11-27 09:57:03 +08:00
}
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
],
2024-01-23 19:15:52 +08:00
// "subPackages": [{
// "root": "pages_teacher",
// "pages": [
// ]
// }
// ],
2024-01-24 11:55:35 +08:00
"tabBar": {
"custom": true,
"color": "#a9b7b7",
"selectedColor": "#5185fd",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"selectedIconPath": "/static/tabbar/home-active.png",
"iconPath": "/static/tabbar/home.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "/static/tabbar/tj-active.png",
"iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/tj",
"text": "统计"
}, {
"selectedIconPath": "/static/tabbar/my-active.png",
"iconPath": "/static/tabbar/my.png",
"pagePath": "pages/my",
"text": "我的"
}
]
},
2023-11-27 09:57:03 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2023-12-05 16:45:28 +08:00
2023-12-06 16:56:25 +08:00
2024-01-23 19:15:52 +08:00
}