159 lines
2.7 KiB
JSON
159 lines
2.7 KiB
JSON
{
|
||
"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" : "repairListByCommunity/index",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : ""
|
||
}
|
||
},
|
||
{
|
||
"path" : "chooseMsg/index",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : ""
|
||
}
|
||
},
|
||
{
|
||
"path" : "addCar/index",
|
||
"style" :
|
||
{
|
||
"navigationBarBackgroundColor": "#F9F9F9"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |