76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/menu/menu",
|
|
"pages/add/add",
|
|
"pages/count/count",
|
|
"pages/me/me"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pageTwo",
|
|
"pages": [
|
|
"login/login",
|
|
"me/feedBack",
|
|
"me/userEdit",
|
|
"me/record",
|
|
"me/mymenu",
|
|
"me/menudetail",
|
|
"me/foodlist",
|
|
"count/setting",
|
|
"count/KcalEdit",
|
|
"count/food"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#efefef",
|
|
"backgroundColor": "#efefef"
|
|
},
|
|
"tabBar": {
|
|
"color": "#333",
|
|
"selectedColor": "#ff4c4f",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home01.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/menu/menu",
|
|
"iconPath": "static/cai.png",
|
|
"selectedIconPath": "static/cai01.png",
|
|
"text": "菜谱"
|
|
},
|
|
{
|
|
"pagePath": "pages/add/add",
|
|
"iconPath": "static/add.png",
|
|
"selectedIconPath": "static/add.png",
|
|
"text": ""
|
|
},
|
|
{
|
|
"pagePath": "pages/count/count",
|
|
"iconPath": "static/ji.png",
|
|
"selectedIconPath": "static/ji01.png",
|
|
"text": "计食器"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me",
|
|
"iconPath": "static/me.png",
|
|
"selectedIconPath": "static/me01.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"plugins": {
|
|
"sdkPlugin": {
|
|
"version": "2.3.3",
|
|
"provider": "wx17e93aad47cdae1a"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |