1 Star 1 Fork 4

zhuzaijiushiwo / ③基于uniapp和springboot的外卖平台 买家前台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.89 KB
一键复制 编辑 原始数据 按行查看 历史
1454345019 提交于 2020-11-18 19:02 . 买家前端
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "xxxx外卖",
"backgroundColorTop":"#F4F4F4"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none"
}
}
},
{
"path": "pages/me/mecentre",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/me/login",
"style": {"navigationBarTitleText": "登陆"}
},
{
"path": "pages/me/register",
"style": {"navigationBarTitleText": "注册"}
},
{
"path": "pages/me/selfinfo",
"style": {"navigationBarTitleText": "个人资料"}
},
{
"path": "pages/me/settings",
"style": {"navigationBarTitleText": "设置"}
},
{
"path": "pages/me/modifynicheng",
"style": {
"navigationBarTitleText": "修改昵称",
"app-plus":{
"titleNView":{
"buttons":[
{
"float":"right",
"text":"保存",
"fontSize":"16px"
// "type":"menu"
}
]
}
}
}
},
{
"path": "pages/me/receiveaddress",
"style": {
"navigationBarTitleText": "收货地址",
"enablePullDownRefresh":"true",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white",
"app-plus":{
"titleNView":{
"buttons":[{
"float":"right",
"text":"新增",
"fontSize":"15px"
}]
}
}
}
},
{
"path":"pages/me/addAddress",
"style":{
"navigationBarTitleText":"新增地址"
}
},
{
"path":"pages/me/modifyAddress",
"style":{
"navigationBarTitleText":"修改地址",
"app-plus":{
"titleNView":{
"buttons":[{
"text":"删除",
"fontSize":"16px",
"float":"right"
}]
}
}
}
},
{
"path":"pages/index/search",
"style":{
"navigationBarTitleText":"搜索"
}
},
{
"path":"pages/index/shopdetail/everyshop",
"style":{
"navigationBarTitleText":"店铺详情",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white",
"app-plus":{
"bounce":"none" // 将回弹属性关掉
}
}
},
{
"path":"pages/index/shopdetail/confirmOrder",
"style":{
"navigationBarTitleText":"确认订单",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white",
"backgroundColorTop":"#51b3f6",
"backgroundColor":"#fafafa"
}
},
{
"path":"pages/index/shopdetail/chooseAddress",
"style":{
"navigationBarTitleText":"选择收货地址",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white"
}
},
{
"path":"./pages/order/components/allorder"
},
{
"path":"components/ss-navbar/ss-navbar",
"style":{
"app-plus":{
"bounce":"none"
}
}
},
{
"path":"pages/order/components/yixiadan",
"style":{
"app-plus":{
"bounce":"none"
}
}
},
{
"path":"pages/order/components/havenotpay",
"style":{
"app-plus":{
"bounce":"none"
}
}
},
{
"path":"pages/order/currentorder",
"style":{
"navigationBarTitleText":"查看订单",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#51b3f6",
"backgroundColorTop":"#51b3f6",
"backgroundColor":"#fafafa"
}
},
{
"path":"pages/index/shopdetail/pay",
"style":{
"navigationBarTitleText":"正在支付",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#51b3f6",
// "backgroundColorTop":"#51b3f6",
// "backgroundColor":"#fafafa",
"app-plus":{
"titleNView":{
"autoBackButton":"false"
},
"bounce":"none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "某外卖平台",
"navigationBarBackgroundColor":"#51b3f6",
"navigationBarTextStyle":"white"
},
"tabBar":{
"color":"#999794",
"selectedColor":"#33312e",
"borderStyle":"white",
"backgroundColor":"#fafafa",
"list":[{
"pagePath":"pages/index/index",
"iconPath":"static/index1.png",
"selectedIconPath":"static/index2.png",
"text":"首页"
},
{
"pagePath":"pages/order/order",
"iconPath":"static/order1.png",
"selectedIconPath":"static/order2.png",
"text":"订单"
},
{
"pagePath":"pages/me/mecentre",
"iconPath":"static/me1.png",
"selectedIconPath":"static/me2.png",
"text":"个人中心"
}
]
}
}
1
https://gitee.com/zhuzaijiushiwo/clientHtml.git
git@gitee.com:zhuzaijiushiwo/clientHtml.git
zhuzaijiushiwo
clientHtml
③基于uniapp和springboot的外卖平台 买家前台
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891