You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
{ |
|
"pages": [ |
|
"pages/startPage/index", |
|
"pages/index/index", |
|
"pages/login/index", |
|
"pages/ChargingStation/index", |
|
"pages/order/index", |
|
"pages/personal/index", |
|
"pages/home/index", |
|
"pages/link/link" |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "ChargingStation", |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/chargingPorts/index", |
|
"pages/periodPrice/index", |
|
"pages/placeOrder/index", |
|
"pages/placeOrder/play/index", |
|
"pages/placeOrder/result/index", |
|
"pages/collect/index", |
|
"pages/chooseLocation/index", |
|
"pages/guide/index", |
|
"pages/vehicle/index", |
|
"pages/vehicle/binding/index" |
|
] |
|
}, |
|
{ |
|
"root": "AppletCode", |
|
"pages": [ |
|
"pages/index/index" |
|
] |
|
}, |
|
{ |
|
"root": "Order", |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/charging/index" |
|
] |
|
} |
|
], |
|
"window": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8" |
|
}, |
|
"permission": { |
|
"scope.userLocation": { |
|
"desc": "需要获取您的位置,用于查看附近油站" |
|
} |
|
}, |
|
"requiredPrivateInfos": [ |
|
"getLocation" |
|
], |
|
"usingComponents": {} |
|
} |