lanan-repair/pages.json

165 lines
2.6 KiB
JSON
Raw Normal View History

2024-09-22 15:07:01 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-09-23 23:34:13 +08:00
// {
// "path": "pages/index/index",
// "style": {
// "navigationBarTitleText": "uni-app"
// }
// },
// {
// "path": "pages/login/login",
// "style": {
// "navigationBarTitleText": "uni-app"
// }
// },
2024-09-22 15:07:01 +08:00
{
"path" : "pages/home/home",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/orderList/orderList",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/my",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myReservation/myReservation",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myCar/myCar",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/shopDetail/shopDetail",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/orderDetail/orderDetail",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/myInfo",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myCar/carDetail",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/myEquity",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/register",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myReservation/addReservation",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/message",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/evaluate",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/my/cardRoll",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/myReservation/reservationSuccess",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/orderDetail/evaluate",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/guideList/guideList",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/guideList/guideDetail",
2024-09-23 09:48:02 +08:00
"style" :
2024-09-22 15:07:01 +08:00
{
"navigationBarTitleText" : ""
}
2024-09-23 21:11:59 +08:00
},
{
"path" : "pages/login/bindPhoe",
"style" :
{
"navigationBarTitleText" : ""
}
2024-09-22 15:07:01 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}