lanan-repair-app/pages.json

124 lines
2.5 KiB
JSON
Raw Normal View History

2024-10-09 13:34:36 +08:00
{
2024-10-13 23:24:23 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/myInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/myCar/carDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/register",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/message",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/cardRoll",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/bindPhoe",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/userInfo/editUserInfo",
"style": {
"navigationBarTitleText": ""
}
}
],
"subPackages": [
{
"root": "pages-order",
"pages": [
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "addOrder/addOrder"
},
{
"path": "appointOrder/appointOrder"
},
{
"path": "orderDetail/orderDetail"
2024-10-15 23:40:11 +08:00
},
{
"path": "choosePeople/choosePeople",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "reviewList/reviewList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
2024-10-13 23:24:23 +08:00
}
]
},
2024-10-15 23:40:11 +08:00
{
2024-10-13 23:24:23 +08:00
"root": "pages-home",
"pages": [
{
"path": "home/home",
"style": {
"navigationBarTitleText": ""
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
2024-10-09 13:34:36 +08:00
}