smartmeter-app/pages.json

80 lines
1.5 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": {
2023-12-05 16:45:28 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-01-23 19:15:52 +08:00
"path" : "pages/tj",
2023-12-05 16:45:28 +08:00
"style" :
{
2024-01-23 19:15:52 +08:00
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
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-23 19:15:52 +08:00
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
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": [
// ]
// }
// ],
// "tabBar": {
// "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/tiku-act.png",
// "iconPath": "/static/tabbar/tiku.png",
// "pagePath": "pages/Mystudent/student",
// "text": "班级"
// }, {
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
// "pagePath": "pages/user/user",
// "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
}