6 Star 0 Fork 0

JesseMing/mashanghu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 12.49 KB
一键复制 编辑 原始数据 按行查看 历史
RC卧蚕眉 提交于 2020-01-21 18:53 . no commit message
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
"path": "pages/free-single-alliance/free-single-alliance",
"style": {
"navigationBarTitleText": "马上呼", //首页
"enablePullDownRefresh": true,
"onReachBottomDistance": 650
}
},
{
"path": "pages/cardShare/cardShare",
"style": {}
},
{
"path": "pages/goods/goods",
"style": {
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/goods/list",
"style": {}
},
{
"path": "pages/user/keep/keep",
"style": {
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/home-service/home-service",
"style": {
"navigationBarTitleText": "马上呼", //首页
"enablePullDownRefresh": true,
"onReachBottomDistance": 650
}
}, {
"path": "pages/ucenter/ucenter",
"style": {
"navigationBarTitleText": "个人中心", //个人中心
"enablePullDownRefresh": false
}
}, {
"path": "pages/release/demand/demand",
"style": {
"navigationBarTitleText": "发布需求" //发布需求
}
}, {
"path": "pages/release/demand-voice/demand-voice",
"style": {
"navigationBarTitleText": "马上呼" //发布需求语音页面
}
}, {
"path": "pages/release/skill/skill",
"style": {
"navigationBarTitleText": "注册技能" //发布技能
}
}, {
"path": "pages/release/commodity/commodity",
"style": {
"navigationBarTitleText": "发布商品" //发布商品
}
}, {
"path": "pages/home-service/service-details/service-details",
"style": {
"navigationBarTitleText": "服务详情" //服务详情
}
}, {
"path": "pages/shop-peripheral/shop-peripheral",
"style": {
"navigationBarTitleText": "周边商家" //周边商家
}
}, {
"path": "pages/shop-peripheral/shop-entry/shop-entry",
"style": {
"navigationBarTitleText": "商家入驻" //商家入驻
}
}, {
"path": "pages/shop-peripheral/shop-details/shop-details",
"style": {
"navigationBarTitleText": "商家详情" //商家入驻
}
}, {
"path": "pages/home-service/demand-dttails/demand-dttails",
"style": {
"navigationBarTitleText": "需求详情" //服务详情
}
}, {
"path": "pages/map/map",
"style": {}
},
{
"path": "pages/shop-detail/shop-detail",
"style": {
"navigationBarTitleText": "商家详情" //商家详情
}
},
{
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "关于马上呼" //商家详情
}
},
//////////////模板/////////////////////////
{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": false, //禁用原生导航栏
"softinputNavBar": "none",
"subNVues": [{
"id": "homeTitleNvue", // 唯一标识
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
"type": "navigationBar"
}]
}
}
},
{
"path": "pages/tabBar/category/category",
"style": {
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/tabBar/cart/cart",
"style": {
"enablePullDownRefresh": true,
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"softinputNavBar": "none",
"subNVues": [{
"id": "cartTitleNvue", // 唯一标识
"path": "pages/tabBar/cart/subNvue/cartTitleNvue", // 页面路径
"type": "navigationBar"
}]
}
}
},
{
"path": "pages/tabBar/user/user",
"style": {
// "enablePullDownRefresh": true,
// "backgroundTextStyle": "light",
// "navigationBarBackgroundColor": "#f06c7a",
// "backgroundColorTop": "#f06c7a",
// "navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"subNVues": [{
"id": "userTitleNvue", // 唯一标识
"path": "pages/tabBar/user/subNvue/userTitleNvue", // 页面路径
"type": "navigationBar"
}]
}
}
},
{
"path": "pages/goods/goods-list/goods-list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
}, {
"path": "pages/order/confirmation",
"style": {
"navigationBarTitleText": "确认订单",
"softinputNavBar": "none"
}
}, {
"path": "pages/user/order_list/order_list",
"style": {
"navigationBarTitleText": "我的订单"
}
}, {
"path": "pages/user/setting/setting",
"style": {
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTitleText": "我的设置",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3"
}
}, {
"path": "pages/user/myQR/myQR",
"style": {
"navigationBarTitleText": "我的二维码",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/msg/msg",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/msg/chat/chat",
"style": {
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/user/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/user/address/address",
"style": {
"navigationBarTitleText": "地址管理"
}
}, {
"path": "pages/user/address/edit/edit",
"style": {
"navigationBarTitleText": "编辑收件人地址"
}
}, {
"path": "pages/user/deposit/deposit",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "充值",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/pay/payment/payment",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "订单支付",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/pay/success/success",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "支付成功",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/goods/ratings/ratings",
"style": {
"navigationBarTitleText": "商品评论",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/demand/detail",
"style": {}
}, {
"path": "components/screenTextScroll/screenTextScroll",
"style": {}
},
{
"path": "pages/user/my-team/my-team",
"style": {
"navigationBarTitleText": "我的市场" //我的市场
}
},
{
"path": "pages/user/my-wallet/my-wallet",
"style": {
"navigationBarTitleText": "我的钱包", //我的钱包
"onReachBottomDistance": 650
}
}, {
"path": "pages/demo-page/leagueDetail/leagueDetail",
"style": {}
}, {
"path": "pages/demo-page/shopDetail/shopDetail",
"style": {}
}, {
"path": "pages/demo-page/myCard/myCard",
"style": {}
}, {
"path": "pages/userbuy/userbuy",
"style": {}
},
{
"path": "pages/user/complaint-suggestion/complaint-suggestion",
"style": {
"navigationBarTitleText": "投诉建议" //投诉建议
}
},
{
"path": "pages/poster/poster",
"style": {
"navigationBarTitleText": "海报" //海报
}
}, {
"path": "pages/tabBar/publish/publish",
"style": {}
}, {
"path": "pages/order/service/service",
"style": {}
}, {
"path": "pages/release/skill/list",
"style": {}
}, {
"path": "pages/order/demand/demand",
"style": {}
}, {
"path": "pages/order/createOrder/createOrder",
"style": {}
}, {
"path": "pages/withdraw/withdraw",
"style": {}
}, {
"path": "pages/shop-Settled/shop-Settled",
"style": {}
}, {
"path": "components/community/community",
"style": {}
}, {
"path": "pages/league-detail/league-detail",
"style": {}
}, {
"path": "pages/league-card/league-card",
"style": {}
}, {
"path": "pages/my-shop/my-shop",
"style": {}
}, {
"path": "pages/add-conpon/add-conpon",
"style": {}
}, {
"path": "pages/conpon-detail/conpon-detail",
"style": {}
}, {
"path": "pages/add-goods/add-goods",
"style": {}
}, {
"path": "pages/shop-list/shop-list",
"style": {
"onReachBottomDistance": 650
}
}, {
"path": "pages/perimeter-shop/perimeter-shop",
"style": {}
}, {
"path": "pages/shop-order/shop-order",
"style": {}
}, {
"path": "pages/league-card-list/league-card-list",
"style": {}
}, {
"path": "pages/goods-order-detail/goods-order-detail",
"style": {}
}, {
"path": "pages/map/navigation/navigation",
"style": {}
}, {
"path": "pages/release/skill/fetch",
"style": {}
}
, {
"path": "pages/agreement/agreement",
"style": {}
}
,{
"path" : "pages/stock-explain/stock-explain",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "马上呼",
"navigationBarBackgroundColor": "#ff0349",
"backgroundColor": "#ff0349"
// "navigationBarTextStyle": "black",
// "navigationBarTitleText" : "",
// "navigationBarBackgroundColor" : "#ffffff",
// "backgroundColor" : "#ffffff",
// "backgroundColorTop":"#ffffff",
// "backgroundColorBottom":"#ffffff"
},
"tabBar": {
"color": "#c1c8d0",
"selectedColor": "#ff0349",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/free-single-alliance/free-single-alliance",
"iconPath": "static/index.png",
"selectedIconPath": "static/index-active.png",
"text": "首页"
},
{
"pagePath": "pages/release/demand-voice/demand-voice",
"iconPath": "static/release.png",
"selectedIconPath": "static/release-active.png",
"text": "马上呼"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/ucenter.png",
"selectedIconPath": "static/ucenter-active.png",
"text": "我的"
}
]
// "color": "#333333",
// "selectedColor": "#f06c7a",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [{
// "pagePath": "pages/tabBar/home/home",
// "iconPath": "static/img/tabBar/home.png",
// "selectedIconPath": "static/img/tabBar/home-on.png",
// "text": "首页"
// },
// {
// "pagePath": "pages/tabBar/category/category",
// "iconPath": "static/img/tabBar/category.png",
// "selectedIconPath": "static/img/tabBar/category-on.png",
// "text": "马上呼"
// },
// {
// "pagePath": "pages/tabBar/user/user",
// "iconPath": "static/img/tabBar/user.png",
// "selectedIconPath": "static/img/tabBar/user-on.png",
// "text": "我的"
// }
// ]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JesseMing/mashanghu.git
git@gitee.com:JesseMing/mashanghu.git
JesseMing
mashanghu
mashanghu
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385