2 Star 0 Fork 0

H_yyyy/takeaway-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.63 KB
一键复制 编辑 原始数据 按行查看 历史
H_yyyy 提交于 2024-09-12 14:45 . 2
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#4CD964", // 设置导航栏背景色
"navigationBarTextStyle": "white",
"navigationStyle": "custom" // 设置为自定义头部
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单中心"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [{
"root": "homepage",
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "storedeatils/storedeatils",
"style": {
"navigationBarTitleText": "店铺详情"
}
},
{
"path" : "nameauthentication/nameauthentication",
"style" :
{
"navigationBarTitleText" : "身份认证"
}
},
{
"path" : "orderdetails/orderdetails",
"style" :
{
"navigationBarTitleText" : "订单详情",
"navigationBarBackgroundColor": "#5CAF5D"
}
},
{
"path" : "setup/setup",
"style" :
{
"navigationBarTitleText" : "设置"
}
},
{
"path" : "hmSchedule/hmSchedule",
"style" :
{
"navigationBarTitleText" : "健康餐预定"
}
},
{
"path" : "subOrder/subOrder",
"style" :
{
"navigationBarTitleText" : "提交订单"
}
},
{
"path" : "pickUpPoints/pickUpPoints",
"style" :
{
"navigationBarTitleText" : "自提点"
}
},
{
"path" : "rider/rider-client",
"style" :
{
"navigationBarTitleText" : "骑手端",
"navigationBarBackgroundColor": "#f5f5f5",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5"
}
},
{
"path" : "rider/order-detail",
"style" :
{
"navigationBarTitleText" : "订单详情",
"navigationBarBackgroundColor": "#5caf5d",
"navigationBarTextStyle": "white",
"backgroundColor": "#f5f5f5"
}
},
{
"path" : "login/login",
"style" :
{
"navigationBarTitleText" : "登录"
}
},
{
"path" : "mineIdentificationCode/mineIdentificationCode",
"style" :
{
"navigationBarTitleText" : "身份服务码",
"navigationBarBackgroundColor": "#5CAF5D"
}
},
{
"path" : "text/text",
"style" :
{
"navigationBarTitleText" : ""
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"app-plus": {
"mainScript": "main.js"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"tabBar": {
"color": "#919293",
"selectedColor": "#5eb05e",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/img/home1.png",
"selectedIconPath": "static/img/home2.png"
},
{
"pagePath": "pages/classify/classify",
"text": "分类",
"iconPath": "static/img/classify1.png",
"selectedIconPath": "static/img/classify2.png"
}, {
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "static/img/order1.png",
"selectedIconPath": "static/img/order2.png"
}, {
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/img/user1.png",
"selectedIconPath": "static/img/user2.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/h-yyyy/takeaway-uniapp.git
[email protected]:h-yyyy/takeaway-uniapp.git
h-yyyy
takeaway-uniapp
takeaway-uniapp
master

搜索帮助