盐都小程序
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.

55 lines
1.3 KiB

1 year ago
{
"pages": [
"pages/index/index",
"pages/map/map",
"pages/mall/mall",
"pages/user/user"
],
1 year ago
"subPackages": [
{
"root": "subPackages",
"pages": [
"webPage/webPage"
]
}
],
1 year ago
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#71B580",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/images/index.png",
1 year ago
"selectedIconPath": "/static/images/index_HL.png",
1 year ago
"text": "首页"
},
{
"pagePath": "pages/map/map",
1 year ago
"iconPath": "/static/images/map.png",
"selectedIconPath": "/static/images/map_HL.png",
1 year ago
"text": "地图"
},
{
"pagePath": "pages/mall/mall",
1 year ago
"iconPath": "/static/images/mall.png",
"selectedIconPath": "/static/images/mall_HL.png",
1 year ago
"text": "商城"
},
{
"pagePath": "pages/user/user",
1 year ago
"iconPath": "/static/images/user.png",
"selectedIconPath": "/static/images/user_HL.png",
1 year ago
"text": "我的"
}
]
},
"usingComponents": {}
}