xz_gangba/app.json

120 lines
4.1 KiB
JSON
Raw Normal View History

2020-06-23 19:14:44 +08:00
{
2023-02-12 19:42:12 +08:00
"pages": [
2023-02-13 17:59:45 +08:00
"pages/index/index",
"pages/travel/travel",
"pages/resource/resource",
"pages/template/template",
"pages/train/train",
"pages/cultureMap/cultureMap",
"pages/order/order",
"pages/venue/venue",
"pages/center/center",
"pages/myFriendCircle/myFriendCircle",
"pages/friendCircle/friendCircle",
"pages/orderDetail/orderDetail",
"pages/broadcastList/broadcastList",
"pages/myVenueOrder/myVenueOrder",
"pages/broadcast/broadcast",
"pages/activityDialog/activityDialog",
"pages/teamDetail/teamDetail",
"pages/volunteerRegister/volunteerRegister",
"pages/volunteer/volunteer",
"pages/heritage/heritage",
"pages/broadcastDetail/broadcastDetail",
"pages/venueDetail/venueDetail",
"pages/book/book",
"pages/register/register",
"pages/login/login",
"pages/newVolunteerActivity/newVolunteerActivity",
"pages/newTeam/newTeam",
"pages/volunteerTeam/volunteerTeam",
"pages/cultureDetail/cultureDetail",
"pages/activitySign/activitySign",
"pages/activityDetail/activityDetail",
"pages/activity/activity",
"pages/newsDetail/newsDetail",
"pages/newsList/newsList",
"pages/myActivity/myActivity",
"pages/myVolunteerTeam/myVolunteerTeam",
"pages/myVolunteerActivity/myVolunteerActivity",
"pages/serviceActivityDetail/serviceActivityDetail",
2023-02-18 21:02:06 +08:00
"pages/shop/shopcategory"
2023-02-13 17:59:45 +08:00
],
2023-02-24 18:15:58 +08:00
"subPackages": [
{
"root": "subpages/",
"pages": [
"goodslist/goodslist",
"goodsdetail/goodsdetail",
"goodscar/goodscar",
"goodsaddress/goodsaddress",
"goodsorder/goodsorder",
"addshopaddress/addshopaddress",
"editshopaddress/editshopaddress",
"orderconfirm/orderconfirm",
"addresschoose/addresschoose",
"webcontentview/webcontent",
"search/commonSearch",
"liverecord/liverecord"
2023-02-24 18:15:58 +08:00
]
}
],
2023-02-13 17:59:45 +08:00
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#9F1512",
2023-07-11 14:36:08 +08:00
"navigationBarTitleText": "岗巴县公共文化数字云",
2023-02-13 17:59:45 +08:00
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#BBBBBB",
"borderStyle": "black",
"selectedColor": "#000000",
2023-02-24 18:15:58 +08:00
"list": [
{
2023-02-13 17:59:45 +08:00
"pagePath": "pages/index/index",
"iconPath": "images/index.png",
"text": "首页",
"selectedIconPath": "images/index-on.png"
},
{
"pagePath": "pages/activity/activity",
"iconPath": "images/activity.png",
"text": "活动",
"selectedIconPath": "images/activity-on.png"
},
{
"pagePath": "pages/venue/venue",
"iconPath": "images/venue.png",
"text": "场馆",
"selectedIconPath": "images/venue-on.png"
},
{
"pagePath": "pages/shop/shopcategory",
"iconPath": "images/culture.png",
"text": "商城",
"selectedIconPath": "images/culture-on.png"
},
{
"pagePath": "pages/center/center",
"iconPath": "images/center.png",
"text": "我的",
"selectedIconPath": "images/center-on.png"
}
]
},
"usingComponents": {
2023-02-18 21:02:06 +08:00
"page-loading": "/components/loading/pageloading",
"page-empty": "/components/empty/empty",
"loading-more": "/components/loadmore/loading-more"
2023-02-13 17:59:45 +08:00
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于您当前所在位置"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"style": "v2",
"sitemapLocation": "sitemap.json"
2020-06-26 12:33:13 +08:00
}