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.
105 lines
2.3 KiB
105 lines
2.3 KiB
{
|
|
"pages": [
|
|
"pages/index/home",
|
|
"pages/index/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "package1",
|
|
"pages": [
|
|
"tabbar/release",
|
|
"buyFood/buyFood",
|
|
"farm/farm",
|
|
"group/groupBuyDetail",
|
|
"group/groupBuySingle",
|
|
"group/groupBuyList",
|
|
"order/orderDetail",
|
|
"payment/payment",
|
|
"post/postDetail",
|
|
"runErrand/runErrand",
|
|
"myCenter/addressList",
|
|
"myCenter/wallet",
|
|
"myCenter/partTimeJobRegister",
|
|
"myCenter/partTimeJob",
|
|
"myCenter/myPost",
|
|
"myCenter/myMerchant",
|
|
"myCenter/myFriend",
|
|
"myCenter/myCollect",
|
|
"myCenter/myCenter",
|
|
"myCenter/merchantRegister",
|
|
"myCenter/addGoods"
|
|
]
|
|
},
|
|
{
|
|
"root": "package2",
|
|
"pages": [
|
|
"login/login",
|
|
"login/protocol",
|
|
"login/privacy"
|
|
]
|
|
},
|
|
{
|
|
"root": "package3",
|
|
"pages": [
|
|
"index/TotalProfit"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uView-Base",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#fff"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#909399",
|
|
"selectedColor": "#303133",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/images/tabbar/fabu222.png",
|
|
"selectedIconPath": "static/images/tabbar/fabu222.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/home",
|
|
"iconPath": "static/images/tabbar/fabu222.png",
|
|
"selectedIconPath": "static/images/tabbar/fabu222.png",
|
|
"text": "库存"
|
|
}
|
|
]
|
|
},
|
|
"preloadRule": {
|
|
"pages/index/index": {
|
|
"network": "all",
|
|
"packages": [
|
|
"package1"
|
|
]
|
|
}
|
|
},
|
|
"embeddedAppIdList": [
|
|
"wxf5362b6e97ecee2f"
|
|
],
|
|
"plugins": {
|
|
"WechatSI": {
|
|
"version": "0.3.5",
|
|
"provider": "wx069ba97219f66d99"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "用于员工打卡获取定位"
|
|
},
|
|
"scope.writePhotosAlbum": {
|
|
"desc": "你的图片将保存到手机相册"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"usingComponents": {}
|
|
}
|