代码拉取完成,页面将自动刷新
{
"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"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。