191 lines
3.4 KiB
JSON
191 lines
3.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/user/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/serviceDetail",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/allFunPage",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/register",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/shopMallPage/index",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/shopMallPage/shopType",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/shopMallPage/shopCar",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/shopMallPage/user",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/order/",
|
|
"pages": [
|
|
"buyOrder/index",
|
|
"foodOrder/index",
|
|
"orderdetail/index",
|
|
"orderFoodDetail/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/shopPages/",
|
|
"pages": [
|
|
"settlement/index",
|
|
"settlementFood/index",
|
|
"shopDetail/index",
|
|
"shopList/index",
|
|
"shop/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/myAddress/",
|
|
"pages": [
|
|
"address/index",
|
|
"newAdd/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/storeDetail",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/evaluateList",
|
|
"pages": [
|
|
"index",
|
|
"addEvaluate",
|
|
"selectEvaluate"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/newMap/",
|
|
"pages": [
|
|
"index/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/serviceList/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/payfor/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/highwayHeadlines/",
|
|
"pages": [
|
|
"index",
|
|
"detail"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/bindCar/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/noDataPage/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/otherFunPage/",
|
|
"pages": [
|
|
"finance/index",
|
|
"insurance/index",
|
|
"goPublicPage/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/newEvaluate/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/reservationOrder/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/noticePage/",
|
|
"pages": [
|
|
"index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#130F05",
|
|
"backgroundColor": "#fff",
|
|
"selectedColor": "#130F05",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/images/tabbar/home-active.png"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "static/images/tabbar/user.png",
|
|
"selectedIconPath": "static/images/tabbar/user_active.png"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseAddress"
|
|
],
|
|
"__usePrivacyCheck__": true,
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "获取位置信息用于展示"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |