星油积分商城
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.
 
 
 
 

86 lines
1.9 KiB

{
"pages": [
"pages/login/index",
"pages/startPage/index",
"pages/index/index",
"pages/ChargingStation/index",
"pages/order/index",
"pages/personal/index",
"pages/home/index",
"pages/link/link",
"pages/Station/index",
"pages/ShoppingCart/index",
"pages/personal/points"
],
"subPackages": [
{
"root": "Product",
"pages": [
"pages/list",
"pages/product",
"pages/placeOrder",
"pages/paySuccess"
]
},
{
"root": "Order",
"pages": [
"pages/index/index",
"pages/details/index"
]
},
{
"root": "Seting",
"pages": [
"pages/index/index"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"tabBar": {
"iconWidth": "15rpx",
"borderStyle": "white",
"color": "#bbbbbb",
"selectedColor": "#F83D3D",
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/select-home.png",
"text": "首页"
},
{
"pagePath": "pages/Station/index",
"iconPath": "static/ChargingStation.png",
"selectedIconPath": "static/select-ChargingStation.png",
"text": "油站"
},
{
"pagePath": "pages/ShoppingCart/index",
"iconPath": "static/gwc.png",
"selectedIconPath": "static/select-gwc.png",
"text": "购物车"
},
{
"pagePath": "pages/personal/index",
"iconPath": "static/Personal.png",
"selectedIconPath": "static/select-Personal.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "需要获取您的位置,用于查看附近油站"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"usingComponents": {}
}