1 Star 2 Fork 4

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

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pages.json 4.89 KB
Copy Edit Raw Blame History
1454345019 authored 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":"个人中心"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xzhxxx/clientHtml.git
git@gitee.com:xzhxxx/clientHtml.git
xzhxxx
clientHtml
③基于uniapp和springboot的外卖平台 买家前台
master

Search

344bd9b3 5694891 D2dac590 5694891