uniapp-ZHSQ/pages.json

169 lines
3.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": ""
}
}
],
"subPackages": [{
"root": "kitchen",
"pages": [{
"path": "index/index",
"style": {
"navigationBarTitleText": "厨房介绍",
"navigationBarBackgroundColor": "#F9F9F9"
}
},
{
"path": "pay/index",
"style": {
"navigationBarTitleText": "立即支付"
}
},
{
"path": "recharge/index",
"style": {
"navigationStyle": "custom"
}
}
]
},
{
"root": "reservation",
"pages": [{
"path": "index/index",
"style": {
"navigationBarTitleText": "活动列表",
"usingComponents": {
"dropdown": "/components/dropdown/dropdown"
}
}
},
{
"path": "receive/index",
"style": {
"navigationBarTitleText": "我的预约"
}
},
{
"path": "pickPoint/index",
"style": {
"navigationBarTitleText": "自提点"
}
},
{
"path": "ticketCode/index",
"style": {
"navigationBarTitleText": "券码"
}
}
]
},
{
"root": "community",
"pages": [{
"path": "index/index",
"style": {
"navigationBarTitleText": "社区列表",
"usingComponents": {
"tabularCard": "/components/tabularCard/tabularCard",
"search": "/components/search/search"
}
}
},
{
"path": "communityDetail/index",
"style": {
"navigationBarBackgroundColor": "#F9F9F9"
}
},
{
"path": "notice/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "desc/desc",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "applyOwer/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "mycar/index",
"style": {
"navigationBarTitleText": "我的车辆"
}
},
{
"path": "oneRepair/index",
"style": {
"navigationBarTitleText": "报事报修"
}
},
{
"path": "repairList/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "repairDetail/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "chooseMsg/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "addCar/index",
"style": {
"navigationBarBackgroundColor": "#F9F9F9"
}
}
]
},
{
"root": "shopWrite",
"pages": [{
"path": "index/index",
"style": {
"navigationBarTitleText": "订单核销"
}
},
{
"path": "list/index",
"style": {
"navigationBarTitleText": "核销列表"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}