1 Star 3 Fork 2

DEBUG / uni-app-三级分销

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 11.24 KB
一键复制 编辑 原始数据 按行查看 历史
王宇 提交于 2020-05-14 18:04 . 分销更新
{
// 小米有品
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
// 首页plue+页面
"path": "pages/tabBar/home/homeplus",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#91683e",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": false, //禁用原生导航栏
"softinputNavBar": "none",
"subNVues": [{
"id": "homeTitleNvue", // 唯一标识
// "path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径
"type": "navigationBar"
}]
}
}
},
{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#91683e",
"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": "white",
"navigationBarTitleText": "分类",
"navigationBarBackgroundColor": "#91683e",
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/tabBar/cart/cart",
"style": {
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white",
"navigationBarTitleText": "购物车",
"navigationBarBackgroundColor": "#91683e",
"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,
"backgroundColorTop": "#91683e",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#91683e",
"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/goods/goods",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f1f1f1",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false,
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/registerType",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/completeData",
"style": {
"navigationBarTitleText": "完善信息",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/registerOrder",
"style": {
"navigationBarTitleText": "注册成功",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false,
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
}, {
"path": "pages/order/confirmation",
"style": {
"navigationBarTitleText": "确认订单",
"softinputNavBar": "none"
}
}, {
"path": "pages/user/order_list/order_list",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarBackgroundColor": "#f8f8f8",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff"
}
}, {
"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,
"navigationBarTitleText": "消息列表",
"navigationBarBackgroundColor": "#f06c7a",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/msg/chat/chat",
"style": {
"navigationBarBackgroundColor": "#f2f2f2",
"backgroundColorTop": "#e5e5e5",
"backgroundColorBottom": "#e5e5e5",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/user/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/user/keep/keep",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/user/address/address",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "地址管理",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/user/address/edit/edit",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "编辑收件人地址",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
}
}, {
"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/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/activity/update",
"style": {
"navigationBarTitleText": "每日上新",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/activity/seckill",
"style": {
"navigationBarTitleText": "限时购",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"navigationBarBackgroundColor": "#e47540",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/gifts/gifts",
"style": {
"navigationBarTitleText": "新人红包",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false,
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/live/live",
"style": {
"navigationBarTitleText": "直播列表",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/live/liveRoom",
"style": {
"titleNView": false,
"navigationBarTitleText": "直播间",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/fenxiao/fxcenter/fxcenter",
"style": {
"navigationBarTitleText": "分销中心",
"navigationBarBackgroundColor": "#ef7e4b",
"navigationBarTextStyle": "black"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
},
"tabBar": {
"color": "#b4b4b4",
"selectedColor": "#dbb767",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/home/homeplus",
"iconPath": "static/img/tabBar/shouye.png",
"selectedIconPath": "static/img/tabBar/ic_shouye_click.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/ic_fenlei.png",
"selectedIconPath": "static/img/tabBar/ic_fenlei_click.png",
"text": "分类"
},
{
"pagePath": "pages/tabBar/cart/cart",
"iconPath": "static/img/tabBar/ic_shopping.png",
"selectedIconPath": "static/img/tabBar/ic_shopping_click.png",
"text": "购物车"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/ic_my.png",
"selectedIconPath": "static/img/tabBar/ic_my_click.png",
"text": "我的"
}
]
}
}
JavaScript
1
https://gitee.com/wy-work/fenxiao.git
git@gitee.com:wy-work/fenxiao.git
wy-work
fenxiao
uni-app-三级分销
master

搜索帮助