90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/refuel/refuel",
|
|
"pages/my/my"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "package",
|
|
"pages": [
|
|
"cji/cji"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesLogin",
|
|
"pages": [
|
|
"login/login",
|
|
"login/webview"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesHome",
|
|
"pages": [
|
|
"Activity/index",
|
|
"activeIn/index",
|
|
"RechargeRecords/RechargeRecords",
|
|
"Address/Address",
|
|
"QRcode/QRcode",
|
|
"oilRecharge/oilRecharge",
|
|
"myPointsOrder/myPointsOrder",
|
|
"editress/editress",
|
|
"goodsDetails/goodsDetails",
|
|
"order/order",
|
|
"PointsMall/PointsMall",
|
|
"PointsMing/PointsMing",
|
|
"PointsGoodsDetails/PointsGoodsDetails",
|
|
"Pointsdetail/Pointsdetail",
|
|
"MyCard/MyCard"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesRefuel",
|
|
"pages": [
|
|
"pagesRefuel/index",
|
|
"orderDetail/index",
|
|
"orderSuccess/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesMy",
|
|
"pages": [
|
|
"setup/index",
|
|
"editUser/index",
|
|
"Coupons/Coupons",
|
|
"integral/integral",
|
|
"VIP/vip",
|
|
"CardManagement/CardManagement",
|
|
"CardManagement/Detail",
|
|
"writeOff/writeOff",
|
|
"Recharge/Recharge",
|
|
"invite/invite",
|
|
"invite/inviteCode",
|
|
"feedback/feedback",
|
|
"myorder/myorder",
|
|
"moneyBalance/moneyBalance",
|
|
"oilBalance/oilBalance",
|
|
"today/today",
|
|
"details/details",
|
|
"comment/comment"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"output-path": "dist/myapp",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于获取离您最近的店铺信息"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"chooseLocation",
|
|
"getLocation"
|
|
],
|
|
"usingComponents": {}
|
|
} |