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.
58 lines
1.4 KiB
58 lines
1.4 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/map/map",
|
|
"pages/mall/mall",
|
|
"pages/user/user"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subPackages",
|
|
"pages": [
|
|
"food/foodList",
|
|
"food/foodDetail",
|
|
"techan/techanList",
|
|
"line/lineList"
|
|
]
|
|
}
|
|
],
|
|
"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",
|
|
"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": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
}
|