kitchendDevice/pages.json

255 lines
4.9 KiB
JSON
Raw Permalink Normal View History

2023-09-08 15:17:21 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2025-04-03 16:29:29 +08:00
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
2023-09-08 15:17:21 +08:00
}
}, {
"path": "pages/menu/menu",
"style": {
"navigationBarTitleText": "菜谱",
2025-04-03 16:29:29 +08:00
"enablePullDownRefresh": true
2023-09-08 15:17:21 +08:00
}
},
{
"path": "pages/add/add",
"style": {
"navigationBarTitleText": "添加食谱",
"enablePullDownRefresh": false
}
}, {
"path": "pages/count/count",
"style": {
2025-11-25 14:21:22 +08:00
"navigationBarTitleText": "计食",
2023-09-08 15:17:21 +08:00
"enablePullDownRefresh": false
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
2025-03-25 10:17:30 +08:00
},
{
2025-04-02 09:49:39 +08:00
"path": "pages/add/Preview",
"style": {
"navigationBarTitleText": ""
2025-03-25 10:17:30 +08:00
}
2025-07-28 16:57:16 +08:00
},
{
2025-11-25 14:21:22 +08:00
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索菜谱"
}
2025-11-08 16:50:26 +08:00
},
{
2025-11-25 14:21:22 +08:00
"path": "pages/search/list",
"style": {
"navigationBarTitleText": ""
2025-11-08 16:50:26 +08:00
}
2023-09-08 15:17:21 +08:00
}
],
"subPackages": [{
"root": "pageTwo",
"pages": [{
2025-03-25 10:17:30 +08:00
"path": "login/forgetPassword",
"style": {
"navigationBarTitleText": "密码",
"enablePullDownRefresh": false
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}
},
{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "me/feedBack",
"style": {
2025-11-08 16:50:26 +08:00
"navigationBarTitleText": "意见反馈"
2025-03-25 10:17:30 +08:00
}
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}, {
"path": "me/userEdit",
"style": {
2025-11-08 16:50:26 +08:00
"navigationBarTitleText": "个人资料"
2025-03-25 10:17:30 +08:00
}
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}, {
"path": "me/record",
"style": {
"navigationBarTitleText": "饮食记录",
"enablePullDownRefresh": false
}
2023-09-08 15:17:21 +08:00
2025-11-25 14:21:22 +08:00
}, {
"path": "me/recordetail",
"style": {
"navigationBarTitleText": "饮食详情",
"enablePullDownRefresh": false
}
2025-03-25 10:17:30 +08:00
}, {
"path": "me/mymenu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}, {
"path": "me/menudetail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}, {
"path": "me/foodlist",
"style": {
"navigationBarTitleText": "食材库",
2025-04-03 16:29:29 +08:00
"enablePullDownRefresh": true
2025-03-25 10:17:30 +08:00
}
}, {
"path": "count/setting",
"style": {
"navigationBarTitleText": "设置",
2025-11-26 17:32:18 +08:00
"enablePullDownRefresh": false,
"disableSwipeBack": true
2025-03-25 10:17:30 +08:00
}
2023-09-08 15:17:21 +08:00
2025-03-25 10:17:30 +08:00
}, {
"path": "count/KcalEdit",
"style": {
"navigationBarTitleText": "自定义卡路里",
"enablePullDownRefresh": false
}
2023-09-08 15:17:21 +08:00
2025-11-26 17:32:18 +08:00
// }, {
// "path": "count/food",
// "style": {
// "navigationBarTitleText": "食材库",
// "enablePullDownRefresh": false
// }
2023-09-08 15:17:21 +08:00
2025-11-08 16:50:26 +08:00
},
{
2025-11-25 14:21:22 +08:00
"path": "count/everyMeal",
"style": {
"navigationBarTitleText": "餐食详情",
"enablePullDownRefresh": false
}
}, {
2025-11-08 16:50:26 +08:00
"path": "count/search",
"style": {
"navigationBarTitleText": "食材搜索",
"enablePullDownRefresh": false
}
2025-11-25 14:21:22 +08:00
2025-03-25 10:17:30 +08:00
},
{
"path": "webview/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2025-04-02 09:49:39 +08:00
2025-03-25 10:17:30 +08:00
},
{
"path": "setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
2025-04-02 09:49:39 +08:00
2025-03-25 10:17:30 +08:00
}
},
{
"path": "setting/password",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
2025-04-02 09:49:39 +08:00
2025-03-25 10:17:30 +08:00
}
},
{
"path": "setting/email",
"style": {
"navigationBarTitleText": "绑定邮箱",
"enablePullDownRefresh": false
2025-04-02 09:49:39 +08:00
2025-03-25 10:17:30 +08:00
}
},
{
"path": "setting/phone",
"style": {
"navigationBarTitleText": "绑定手机号",
"enablePullDownRefresh": false
2025-04-02 09:49:39 +08:00
}
},
{
"path": "me/menuEdit",
"style": {
"navigationBarTitleText": ""
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
},
{
"path": "count/everyDay",
"style": {
"navigationBarTitleText": "营养分析"
}
2025-03-25 10:17:30 +08:00
}
]
2023-09-08 15:17:21 +08:00
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
2025-11-08 16:50:26 +08:00
"navigationBarBackgroundColor": "#3CB383",
2025-11-25 14:21:22 +08:00
"backgroundColor": "#f7f7f7"
2023-09-08 15:17:21 +08:00
}, // 切换导航
"tabBar": {
"color": "#333",
2025-11-08 16:50:26 +08:00
"selectedColor": "#3CB383",
2023-09-08 15:17:21 +08:00
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home01.png",
"text": "首页"
},
{
2025-11-08 16:50:26 +08:00
"pagePath": "pages/search/search",
2023-09-08 15:17:21 +08:00
"iconPath": "static/cai.png",
"selectedIconPath": "static/cai01.png",
2025-11-08 16:50:26 +08:00
"text": "教你做"
2023-09-08 15:17:21 +08:00
},
{
"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",
2025-11-25 14:21:22 +08:00
"text": "计食"
2023-09-08 15:17:21 +08:00
},
{
"pagePath": "pages/me/me",
"iconPath": "static/me.png",
"selectedIconPath": "static/me01.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
2025-03-25 10:17:30 +08:00
}