87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/menu/menu",
|
|
"pages/add/add",
|
|
"pages/count/count",
|
|
"pages/me/me",
|
|
"pages/add/Preview",
|
|
"pages/search/search",
|
|
"pages/search/list"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pageTwo",
|
|
"pages": [
|
|
"login/forgetPassword",
|
|
"login/login",
|
|
"me/feedBack",
|
|
"me/userEdit",
|
|
"me/record",
|
|
"me/mymenu",
|
|
"me/menudetail",
|
|
"me/foodlist",
|
|
"count/setting",
|
|
"count/KcalEdit",
|
|
"count/food",
|
|
"count/search",
|
|
"webview/webview",
|
|
"setting/setting",
|
|
"setting/password",
|
|
"setting/email",
|
|
"setting/phone",
|
|
"me/menuEdit"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#45C570",
|
|
"backgroundColor": "#efefef"
|
|
},
|
|
"tabBar": {
|
|
"color": "#333",
|
|
"selectedColor": "#45C570",
|
|
"backgroundColor": "#fff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home01.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/search/search",
|
|
"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": {
|
|
"WechatSI": {
|
|
"version": "0.3.6",
|
|
"provider": "wx069ba97219f66d99"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |