2024-12-17 09:13:52 +08:00
|
|
|
{
|
|
|
|
|
"easycom": {
|
2024-12-18 13:52:12 +08:00
|
|
|
"^u-(.*)": "uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
2024-12-18 08:56:39 +08:00
|
|
|
},
|
2024-12-18 13:52:12 +08:00
|
|
|
"pages": [
|
2025-03-14 15:15:54 +08:00
|
|
|
{
|
2024-12-18 13:52:12 +08:00
|
|
|
"path": "pages/login",
|
|
|
|
|
"style": {
|
2025-04-03 11:12:42 +08:00
|
|
|
// "navigationBarTitleText": "登录"
|
|
|
|
|
"navigationStyle": "custom"
|
2024-12-18 13:52:12 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-03-14 15:15:54 +08:00
|
|
|
{
|
2025-03-24 15:46:35 +08:00
|
|
|
"path": "pages/system",
|
|
|
|
|
"style": {
|
2025-05-12 09:22:02 +08:00
|
|
|
// "navigationBarTitleText": "皖送e餐"
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-24 15:46:35 +08:00
|
|
|
}
|
2025-03-14 15:15:54 +08:00
|
|
|
},
|
2024-12-18 13:52:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/register",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "注册"
|
|
|
|
|
}
|
2025-04-03 11:12:42 +08:00
|
|
|
},
|
2024-12-18 13:52:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/index",
|
|
|
|
|
"style": {
|
2025-03-14 15:15:54 +08:00
|
|
|
// "navigationBarTitleText": "首页"
|
|
|
|
|
"navigationStyle": "custom"
|
2024-12-18 13:52:12 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/work/index",
|
|
|
|
|
"style": {
|
2025-04-03 11:12:42 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
// "navigationBarTitleText": "我的订单",
|
|
|
|
|
// "navigationBarBackgroundColor": "#F9FBFF"
|
2024-12-18 13:52:12 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/index",
|
|
|
|
|
"style": {
|
2025-04-03 11:12:42 +08:00
|
|
|
// "navigationBarTitleText": "我的"
|
|
|
|
|
"navigationStyle": "custom"
|
2024-12-18 13:52:12 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/avatar/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改头像"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-01-02 21:10:40 +08:00
|
|
|
"path": "pages/mine/me/index",
|
2024-12-18 13:52:12 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人信息"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-07 09:35:24 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/announcement/aDetails",
|
|
|
|
|
"style": {
|
2025-03-14 15:15:54 +08:00
|
|
|
"navigationBarTitleText": "通知公告详情"
|
2025-01-07 09:35:24 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/announcement/index",
|
|
|
|
|
"style": {
|
2025-03-14 15:15:54 +08:00
|
|
|
"navigationBarTitleText": "通知公告"
|
2025-01-07 09:35:24 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-03-14 15:15:54 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/survey/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "健康监测"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/survey/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "健康监测详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-02 21:10:40 +08:00
|
|
|
{
|
2025-02-19 09:34:34 +08:00
|
|
|
"path": "pages/mine/collect/index",
|
2025-01-02 21:10:40 +08:00
|
|
|
"style": {
|
2025-02-19 09:34:34 +08:00
|
|
|
"navigationBarTitleText": "我的收藏"
|
2025-01-02 21:10:40 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/basicInfo",
|
|
|
|
|
"style": {
|
2025-04-03 11:12:42 +08:00
|
|
|
"navigationBarTitleText": "基本信息",
|
|
|
|
|
"navigationBarTitleStyle": {
|
|
|
|
|
"fontSize": "32rpx" // 设置标题字体大小
|
|
|
|
|
}
|
2025-02-19 09:34:34 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-01-03 18:28:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/faceUpload",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "人脸上传"
|
|
|
|
|
}
|
2025-02-19 09:34:34 +08:00
|
|
|
},{
|
|
|
|
|
"path": "pages/mine/me/carteenCard",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的餐卡"
|
|
|
|
|
}
|
2025-01-03 18:28:23 +08:00
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
|
2025-01-02 21:10:40 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/bindingPhone",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "已绑定手机号"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-03 18:28:23 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/updatePhone",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "更换手机号"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/phoneCode",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-12-18 13:52:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/info/edit",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "编辑资料"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/pwd/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改密码"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/help/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常见问题"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/common/webview/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "浏览网页"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/common/textview/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "浏览文本"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-02 14:28:03 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/amendPassword",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 15:49:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/newPassword",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-02 19:39:21 +08:00
|
|
|
{
|
2025-01-03 10:20:58 +08:00
|
|
|
"path": "pages/remainingSum/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/code/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人二维码"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 17:39:14 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/weeklyMenu/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "一周菜谱"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/weeklyMenu/menuList",
|
|
|
|
|
"style": {
|
2025-05-12 09:22:02 +08:00
|
|
|
// "navigationBarTitleText": "周菜谱"
|
|
|
|
|
"navigationStyle": "custom"
|
2025-02-19 09:34:34 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-05-12 09:22:02 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/weeklyMenu/menuHistory",
|
|
|
|
|
"style": {
|
|
|
|
|
// "navigationBarTitleText": "历史菜谱",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/weeklyMenu/menuDetail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "菜品详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/weeklyMenu/evaluateCenter",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "全部评价"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-03 10:20:58 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/advanceOrder/index",
|
|
|
|
|
"style": {
|
2025-02-19 09:34:34 +08:00
|
|
|
"navigationBarTitleText": "预订餐"
|
2025-01-03 10:20:58 +08:00
|
|
|
}
|
2025-01-07 09:35:24 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/remainingSum/rechargeRecord",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-01-10 15:49:19 +08:00
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/remainingSum/payLoding",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "正在充值"
|
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-21 10:03:35 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/remainingSum/subsidyList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "补贴钱包"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 15:49:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/post/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/healthInformation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/myAddress",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 18:58:59 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/me/upAddress",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-14 15:15:54 +08:00
|
|
|
// "navigationBarTitleText": "收获地址"
|
2025-02-19 18:58:59 +08:00
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 15:49:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/feedback/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "投诉建议"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/feedback/history",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "历史记录"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-21 10:33:00 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/mine/coupon/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的卡券"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 15:49:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/review/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "食堂评价"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/advanceOrder/stopperSelection/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "档口选择"
|
|
|
|
|
}
|
2025-01-10 17:39:14 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/work/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-19 09:34:34 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/work/evaluate",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "评价"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/work/evaluateCenter",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "评价中心"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-14 17:39:27 +08:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/advanceOrder/dishDetail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "菜品详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-10 17:39:14 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/advanceOrder/orderDetails",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单结算"
|
|
|
|
|
}
|
2025-01-16 11:09:35 +08:00
|
|
|
},
|
2025-02-21 10:03:35 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/advanceOrder/payResult",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "支付结果"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 11:09:35 +08:00
|
|
|
{
|
|
|
|
|
"path" : "pages/mine/me/changePassword",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText" : "修改密码"
|
|
|
|
|
}
|
2025-01-03 10:20:58 +08:00
|
|
|
}
|
2024-12-18 13:52:12 +08:00
|
|
|
],
|
2024-12-17 09:13:52 +08:00
|
|
|
"tabBar": {
|
2025-03-14 15:15:54 +08:00
|
|
|
"color": "#000",
|
2025-04-03 11:12:42 +08:00
|
|
|
"fontSize": "12px",
|
2025-01-02 14:28:03 +08:00
|
|
|
"selectedColor": "#ED7234",
|
2024-12-17 09:13:52 +08:00
|
|
|
"borderStyle": "white",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
2024-12-18 13:52:12 +08:00
|
|
|
"list": [
|
|
|
|
|
{
|
2024-12-17 09:13:52 +08:00
|
|
|
"pagePath": "pages/index",
|
|
|
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
|
|
"text": "首页"
|
2024-12-18 13:52:12 +08:00
|
|
|
},
|
|
|
|
|
{
|
2024-12-17 09:13:52 +08:00
|
|
|
"pagePath": "pages/work/index",
|
|
|
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
2025-01-02 14:28:03 +08:00
|
|
|
"text": "订单"
|
2024-12-18 13:52:12 +08:00
|
|
|
},
|
|
|
|
|
{
|
2024-12-17 09:13:52 +08:00
|
|
|
"pagePath": "pages/mine/index",
|
|
|
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
2025-01-02 14:28:03 +08:00
|
|
|
"navigationBarTitleText": "绿智食堂",
|
2024-12-17 09:13:52 +08:00
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
|
|
|
|
}
|