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.
52 lines
1.4 KiB
52 lines
1.4 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/guide/index",
|
|
"pages/mine/index",
|
|
"pages/map/map"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "中共苏州独立支部旧址",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#351C1B",
|
|
"selectedColor": "#351C1B",
|
|
"backgroundColor": "#fdf9f5",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/img/nav_home_default.png",
|
|
"selectedIconPath": "/static/img/nav_home_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/guide/index",
|
|
"text": "参观指南",
|
|
"iconPath": "/static/img/nav_map_default.png",
|
|
"selectedIconPath": "/static/img/nav_map_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/map/map",
|
|
"text": "展馆导航",
|
|
"iconPath": "/static/img/nav_map_default.png",
|
|
"selectedIconPath": "/static/img/nav_map_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "个人中心",
|
|
"iconPath": "/static/img/nav_mine_default.png",
|
|
"selectedIconPath": "/static/img/nav_mine_active.png"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "提供您最近的活动地址"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |