44 Star 351 Fork 211

microapp / linjiashop-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 5.70 KB
一键复制 编辑 原始数据 按行查看 历史
microapp 提交于 2021-02-05 18:00 . Issue 商品增加二级分类功能
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
// "condition": { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [{
// "name": "test", //模式名称
// "path": "pages/componentsC/test/index", //启动页面,必选
// "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
// }]
// },
"pages": [{
"path": "pages/shop/index",
"style": {}
}, {
"path": "pages/shop/search",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
}
}, {
"path": "pages/shop/cart",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
}
},
{
"path": "pages/user/profile",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/passwordLogin",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/smsCode",
"style": {
"navigationBarTitleText": "登录获取验证码"
}
}, {
"path": "pages/login/privateProtocol",
"style": {
"navigationBarTitleText": "隐私协议"
}
}, {
"path": "pages/login/userProtocol",
"style": {
"navigationBarTitleText": "平台使用协议"
}
}, {
"path": "pages/goods/goods",
"style": {}
}, {
"path": "pages/goods/list",
"style": {}
}, {
"path": "pages/topic/detail",
"style": {}
}, {
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "订单"
}
}, {
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/favorite/favorite",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选
}
}, {
"path": "pages/address/list",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "编辑收货地址"
}
}, {
"path": "pages/checkout/checkout",
"style": {
"navigationBarTitleText": "提交订单"
}
}, {
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "设置"
}
},{
"path" : "pages/setting/updatePwd",
"style": {
"navigationBarTitleText": "修改密码"
}
}
,{
"path" : "pages/setting/updateMobile",
"style": {
"navigationBarTitleText": "更换手机号"
}
}
,{
"path" : "pages/setting/updateAvatar",
"style": {
"navigationBarTitleText": "设置头像"
}
}
,{
"path" : "pages/setting/about",
"style": {
"navigationBarTitleText": "关于邻家小铺"
}
},
{
"path" : "pages/setting/document",
"style" : {}
}
,{
"path" : "pages/setting/app",
"style" : {}
}
,{
"path" : "pages/order/payment/payment",
"style" : {
"navigationBarTitleText":"收银台"
}
}
,{
"path" : "pages/order/express",
"style" :
{
"navigationBarTitleText": "物流信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/payment/callback",
"style" :
{
"navigationBarTitleText": "支付结果",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/menu/index",
"style" :
{
"navigationBarTitleText":"分类",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/menu/list",
"style" :
{
"navigationBarTitleText": "商品列表",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "邻家小铺",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/shop/index",
"iconPath": "static/img/nav/home.png",
"selectedIconPath": "static/img/nav/home_sel.png",
"text": "首页"
},
{
"pagePath": "pages/menu/index",
"iconPath": "static/img/nav/category.png",
"selectedIconPath": "static/img/nav/category_sel.png",
"text": "分类"
},
{
"pagePath": "pages/shop/cart",
"iconPath": "static/img/nav/cart.png",
"selectedIconPath": "static/img/nav/cart_sel.png",
"text": "购物车"
},
{
"pagePath": "pages/user/profile",
"iconPath": "static/img/nav/user.png",
"selectedIconPath": "static/img/nav/user_sel.png",
"text": "我的"
}
]
}
}
1
https://gitee.com/microapp/linjiashop-uniapp.git
git@gitee.com:microapp/linjiashop-uniapp.git
microapp
linjiashop-uniapp
linjiashop-uniapp
master

搜索帮助