102 lines
2.1 KiB
JSON
102 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/shopcity/shopcity",
|
|
"pages/webview/webview",
|
|
"pages/user/index",
|
|
"packages/health/index/index",
|
|
"packages/health/express/express",
|
|
"packages/health/selfTest/selfTest",
|
|
"packages/health/reportList/reportList",
|
|
"packages/health/reportDesc/reportDesc"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "kitchen",
|
|
"pages": [
|
|
"index/index",
|
|
"pay/index",
|
|
"recharge/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "packages/publicServer",
|
|
"pages": [
|
|
"index/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "reservation",
|
|
"pages": [
|
|
"index/index",
|
|
"receive/index",
|
|
"pickPoint/index",
|
|
"ticketCode/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "packages/community",
|
|
"pages": [
|
|
"index/index",
|
|
"communityDetail/index",
|
|
"notice/index",
|
|
"desc/desc",
|
|
"applyOwer/index",
|
|
"mycar/index",
|
|
"oneRepair/index",
|
|
"repairList/index",
|
|
"repairDetail/index",
|
|
"chooseMsg/index",
|
|
"addCar/index",
|
|
"ownerList/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "shopWrite",
|
|
"pages": [
|
|
"index/index",
|
|
"list/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "packages/user",
|
|
"pages": [
|
|
"index/index",
|
|
"uploadAvatar/index",
|
|
"resetPwd/index",
|
|
"points/index",
|
|
"pointsSign/index",
|
|
"pointsRule/index",
|
|
"marketing/index",
|
|
"share/index",
|
|
"customerService/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "packages/communityService",
|
|
"pages": [
|
|
"index/index",
|
|
"shopDetail/index",
|
|
"serviceMore/index",
|
|
"reservation/index",
|
|
"reservationApply/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "正在授权您获取当前位置信息"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |