lanan-repair/pages.json

196 lines
3.2 KiB
JSON
Raw Permalink Normal View History

2024-09-22 15:07:01 +08:00
{
2024-09-26 18:44:42 +08:00
"easycom": {
2024-09-28 00:17:38 +08:00
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-09-26 18:44:42 +08:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-09-28 00:43:23 +08:00
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
2024-09-26 18:44:42 +08:00
{
"path": "pages/login/login",
"style": {
2024-09-27 17:14:48 +08:00
"navigationBarTitleText": ""
2024-09-26 18:44:42 +08:00
}
},
2024-09-22 15:07:01 +08:00
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/my",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
2024-09-28 00:17:38 +08:00
2024-09-22 15:07:01 +08:00
{
2024-09-28 00:17:38 +08:00
"path": "pages/myReservation/myReservation",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/myCar/myCar",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
2024-10-11 20:50:05 +08:00
{
"path": "pages/myCar/scan-frame",
"style": {
"navigationBarTitleText": ""
}
},
2024-09-22 15:07:01 +08:00
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/myInfo",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/myCar/carDetail",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/myEquity",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/register",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/myReservation/addReservation",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/message",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/my/cardRoll",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/myReservation/reservationSuccess",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/guideList/guideList",
"style": {
"navigationBarTitleText": ""
2024-09-22 15:07:01 +08:00
}
2024-09-23 21:11:59 +08:00
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/guideList/guideDetail",
"style": {
"navigationBarTitleText": ""
2024-09-27 17:19:46 +08:00
}
},
{
2024-09-28 00:17:38 +08:00
"path": "pages/login/bindPhoe",
"style": {
"navigationBarTitleText": ""
2024-09-23 21:11:59 +08:00
}
2024-09-22 15:07:01 +08:00
}
],
2024-09-28 00:17:38 +08:00
"subPackages": [
{
"root": "pages-order",
"pages": [
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "orderDetail/evaluate",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "orderDetail/orderDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "my/evaluate",
"style": {
"navigationBarTitleText": ""
}
}
]
},
{
"root": "pages-shop",
"pages": [
{
"path": "shopDetail/shopDetail",
"style": {
"navigationBarTitleText": ""
}
2024-10-21 17:08:12 +08:00
},
{
"path": "notice/notice",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "notice/noticeContent",
"style": {
"navigationBarTitleText": ""
}
2024-09-28 00:17:38 +08:00
}
]
},
{
"root": "pages-home",
"pages": [
{
"path": "home/home",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "home/active",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "home/content",
"style": {
"navigationBarTitleText": ""
}
}
]
}
],
2024-09-22 15:07:01 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}