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.
 
 
 
 
 

106 lines
2.4 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/mall/mall",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages" : [
{
"root" : "subPackages",
"pages": [
{
"path" : "food/foodList",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "food/foodDetail",
"style" : {
"navigationBarTitleText" : "美食餐饮"
}
},
{
"path" : "techan/techanList",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "line/lineList",
"style" : {
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
}
]
}
],
"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",
"selectedIconPath" : "/static/images/index.png",
"text" : "首页"
},
{
"pagePath" : "pages/map/map",
"iconPath" : "/static/images/index.png",
"selectedIconPath" : "/static/images/index.png",
"text" : "地图"
},
{
"pagePath" : "pages/mall/mall",
"iconPath" : "/static/images/index.png",
"selectedIconPath" : "/static/images/index.png",
"text" : "商城"
},
{
"pagePath" : "pages/user/user",
"iconPath" : "/static/images/index.png",
"selectedIconPath" : "/static/images/index.png",
"text" : "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}