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.

88 lines
2.1 KiB

1 year ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
1 year ago
"navigationStyle": "custom",
1 year ago
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/mall/mall",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
1 year ago
}
}
],
1 year ago
"subPackages" : [
{
"root" : "subPackages",
"pages": [
{
1 year ago
"path" : "webPage/webPage",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false //
}
1 year ago
}
]
}
],
1 year ago
"tabBar" : {
"color" : "#666666",
"selectedColor" : "#71B580",
"borderStyle" : "black",
"backgroundColor" : "#ffffff",
// #ifdef APP-PLUS
"fontSize" : "12px",
"height" : "50px",
"iconWidth" : "20px",
// #endif
"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" : "我的"
}
]
},
1 year ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}