Dining_Hall/pages.json

344 lines
7.4 KiB
JSON
Raw Normal View History

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": [
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页"
// "navigationStyle": "custom"
}
},
{
"path": "pages/work/index",
"style": {
2025-02-19 09:34:34 +08:00
"navigationBarTitleText": "我的订单",
2025-01-02 17:55:05 +08:00
"navigationBarBackgroundColor": "#F9FBFF"
2024-12-18 13:52:12 +08:00
}
},
{
"path": "pages/mine/index",
"style": {
2025-01-16 11:09:35 +08:00
"navigationBarTitleText": "我的"
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": "个人信息"
}
},
{
"path": "pages/mine/announcement/aDetails",
"style": {
"navigationBarTitleText": "通知公告"
}
},
{
"path": "pages/mine/announcement/index",
"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": {
"navigationBarTitleText": "基本信息"
}
},
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/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
},
{
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/mine/about/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": ""
}
},
{
"path": "pages/newPassword",
"style": {
"navigationBarTitleText": ""
}
},
2025-01-02 14:28:03 +08:00
{
"path": "pages/system",
"style": {
"navigationBarTitleText": "皖送e餐"
}
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": {
"navigationBarTitleText": "周菜谱"
}
},
{
"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
}
},
{
"path": "pages/remainingSum/rechargeRecord",
"style": {
"navigationStyle": "custom"
}
},
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": "补贴钱包"
}
},
{
"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"
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "投诉建议"
}
},
2025-02-19 09:34:34 +08:00
{
"path": "pages/feedback/history",
"style": {
"navigationBarTitleText": "历史记录"
}
},
{
"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-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": {
"color": "#000000",
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"
}
}