Dining_Hall/pages.json

209 lines
4.7 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-01-02 17:55:05 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F9FBFF"
2024-12-18 13:52:12 +08:00
}
},
{
"path": "pages/mine/index",
"style": {
2025-01-03 18:28:23 +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
{
"path": "pages/mine/me/basicInfo",
"style": {
"navigationBarTitleText": "基本信息"
}
},
2025-01-03 18:28:23 +08:00
{
"path": "pages/mine/me/faceUpload",
"style": {
"navigationBarTitleText": "人脸上传"
}
},
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/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": "个人二维码"
}
},
{
"path": "pages/weeklyMenu/index",
"style": {
"navigationBarTitleText": "一周菜谱"
}
},
2025-01-03 10:20:58 +08:00
{
"path": "pages/advanceOrder/index",
"style": {
"navigationBarTitleText": "预订单"
}
},
{
"path": "pages/remainingSum/rechargeRecord",
"style": {
"navigationStyle": "custom"
}
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"
}
}