286 Star 1.6K Fork 1.2K

Lilishop开源商城系统 / lilishop商城-移动端(小程序-H5-APP-公众号)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 17.99 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/tabbar/home/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "black",
"enablePullDownRefresh":true
}
},
{
"path":"pages/tabbar/screen/fullScreen",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"app-plus":{
"animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
"background": "transparent", // 背景透明
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
},
{
"path": "pages/tabbar/home/title",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/tabbar/cart/cartList",
"style": {
"navigationBarTitleText": "购物车",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh":true //实现下拉刷新样式
}
}, {
"path": "pages/tabbar/category/category",
"style": {
"navigationBarTitleText": "分类",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "black",
"disableScroll": true,
"bounce": "none",
"scrollIndicator": "none"
}
},
{
"path": "pages/navigation/search/searchPage",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom",
"app-plus": {
//app页面不显示滚动条
"scrollIndicator": "none",
"bottom": "0",
"contentAdjust": "false",
"bounce": "none",
"safearea": {
"bottom": "none"
}
}
}
}, {
"path": "pages/tabbar/user/my",
"style": {
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/home/web-view",
"style": {
}
},
{
"path": "pages/tabbar/special/special",
"style": {
"navigationBarTitleText": "专题"
}
}
],
"subPackages": [
{
"root": "pages/mine",
"pages": [
{
"path": "signIn",
"style": {
"navigationBarTitleText": "签到"
}
}, {
"path": "myTracks",
"style": {
"navigationBarTitleText": "我的足迹",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "myCollect",
"style": {
"navigationBarTitleText": "收藏",
"enablePullDownRefresh": true, //下拉刷新
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": "none"
}
}
},
{
"path": "distribution/list",
"style": {
"navigationBarTitleText": "推广分佣",
"app-plus": {
//app页面不显示滚动条
"scrollIndicator": "none"
}
}
},
{
"path": "distribution/withdrawal",
"style": {
"navigationBarTitleText": "提现",
"app-plus": {
//app页面不显示滚动条
"scrollIndicator": "none"
}
}
},
{
"path": "distribution/join",
"style": {
"navigationBarTitleText": "推广资格申请",
"navigationBarTextStyle": "black",
"app-plus": {
//app页面不显示滚动条
"scrollIndicator": "none"
}
}
},
{
"path": "distribution/history",
"style": {
"navigationBarTitleText": "提现历史"
}
},
{
"path": "distribution/auth",
"style": {
"navigationBarTitleText": "会员实名认证"
}
},
{
"path": "distribution/achievement",
"style": {
"navigationBarTitleText": "我的分销业绩"
}
},
{
"path": "distribution/home",
"style": {
"navigationBarTitleText": "推广分佣"
}
},
{
"path": "deposit/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "deposit/operation",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "deposit/recharge",
"style": {
"navigationBarTitleText": "充值金额"
}
},
{
"path": "deposit/withdrawal",
"style": {
"navigationBarTitleText": "提现金额"
}
},
{
"path": "deposit/info",
"style": {
"navigationBarTitleText": "预存款详情"
}
},
{
"path": "address/address",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "地址管理"
}
},
{
"path": "address/storeAddress",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "自提点"
}
},
{
"path": "address/add",
"style": {
"navigationBarTitleText": "收货人"
}
},
{
"path": "address/addressManage",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "set/versionFunctionList",
"style": {
"navigationBarTitleText": "功能介绍"
}
},
{
"path": "set/securityCenter/fingerLogin",
"style": {
"navigationBarTitleText": "指纹登录"
}
},
{
"path": "set/securityCenter/faceLogin",
"style": {
"navigationBarTitleText": "面容登录"
}
},
{
"path": "set/securityCenter/editPassword",
"style": {
"navigationBarTitleText": "修改密码",
"app-plus": {
}
}
},
{
"path": "set/securityCenter/bindMobile",
"style": {
"navigationBarTitleText": "绑定手机号",
"app-plus": {
}
}
},
{
"path": "im/list",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"enablePullDownRefresh": true,
"app-plus": {
}
}
},
{
"path": "im/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"enablePullDownRefresh": true,
"app-plus": {
}
}
},
{
"path": "set/feedBack",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "set/securityCenter/securityCenter",
"style": {
"navigationBarTitleText": "安全中心"
}
},
{
"path": "set/editionIntro",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "set/setUp",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "set/personMsg",
"style": {
"navigationBarTitleText": "个人信息",
"app-plus": {
"titleNView": {
"padding-right": "12",
"buttons": [{
"text": "保存",
"fontSize": "16",
"width": "auto",
"color": "#FFFFFF"
}]
}
}
}
}, {
"path": "help/tips",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "point/myPoint",
"style": {
"navigationBarTitleText": "我的积分"
}
},
{
"path": "msgTips/main",
"style": {
"navigationBarTitleText": "消息中心"
}
},
{
"path": "msgTips/sysMsg/index",
"style": {
"navigationBarTitleText": "系统消息"
}
},
{
"path": "msgTips/serviceMsg/index",
"style": {
"navigationBarTitleText": "客服记录"
}
},
{
"path": "msgTips/packageMsg/index",
"style": {
"navigationBarTitleText": "物流消息"
}
},
{
"path": "msgTips/packageMsg/logisticsDetail",
"style": {
"navigationBarTitleText": "订单跟踪"
}
}
]
},
{
"root": "pages/product",
"pages": [{
"path": "shopPage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path": "shopList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path": "licencePhoto",
"style": {
"navigationBarTitleText": "营业执照"
}
},{
"path": "shopPageGoods",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "goods",
"style": {
"backgroundColor": "#fff",
"navigationStyle": "custom",
"app-plus": {
// 将回弹属性关掉
"bounce": "none",
// 禁止页面滚动
"scrollIndicator": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
}
},
{
"path": "askList",
"style": {
"navigationBarTitleText": "问答专区"
}
},
{ //商品评价
"path": "comment",
"navigationStyle": "custom",
"style": {
"navigationBarTitleText": "商品评价",
//app页面不显示滚动条
"scrollIndicator": "none"
}
},
{ // 客服
"path": "customerservice/index",
"style": {
"navigationBarTitleText": "客服",
"usingComponents": {
// #ifdef MP-WEIXIN
"chat": "plugin://myPlugin/chat"
// #endif
}
}
}
]
},
{
"root": "pages/floor",
"pages": [{
"path": "empty"
}]
},
{
"root": "pages/passport",
"pages": [{
"path": "login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom",
"scrollIndicator": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
}
},
{
"path": "entry/seller/index",
"style": {
"navigationBarTitleText": "店铺入驻",
"navigationStyle": "custom"
}
},
{
"path": "entry/seller/control",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "article",
"style": {
"navigationBarTitleText": "文章"
}
},
{
"path": "wechatMPLogin",
"style": {
"navigationBarTitleText": "小程序登录",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "scannerCodeLoginConfirm",
"style": {
"navigationBarTitleText": "扫码登录",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}
]
},
{
"root": "pages/promotion",
"pages": [ {
"path": "seckill",
"style": {
"navigationBarTitleText": "限时抢购",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "black" ,
"app-plus": {
"titleNView": {
"homeButton":true
}
}
}
},
{
"path": "joinGroup",
"style": {
"navigationBarTitleText": "拼团活动",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "black" ,
"app-plus": {
// 将回弹属性关掉
"bounce": "none"
}
}
},{
"path": "lives",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},{
"path": "bargain/list",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},{
"path": "bargain/detail",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},{
"path": "bargain/log",
"style": {
"navigationBarTitleText": "砍价记录"
}
},{
"path": "point/detail",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},{
"path": "point/pointList",
"style": {
"navigationBarTitleText": "积分商城"
}
}
]
},
{
"root": "pages/cart",
"pages": [{
"path": "coupon/myCoupon",
"style": {
"navigationBarTitleText": "我的优惠券",
"app-plus": {
"bounce": "coupon/none"
}
}
},
{
"path": "coupon/couponDetail",
"style": {
"navigationBarTitleText": "优惠券详情"
}
},
{
"path": "coupon/index",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "coupon/couponCenter",
"style": {
"navigationBarTitleText": "领券中心",
"enablePullDownRefresh": true
}
},
{
"path": "payment/payOrder",
"style": {
"navigationBarTitleText": "支付订单",
"app-plus": {
"popGesture": "none" //禁止侧滑退出
}
}
},
{
"path": "payment/success",
"style": {
"navigationBarTitleText": "支付成功",
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white",
"app-plus": {
"popGesture": "none", //禁止侧滑退出
"titleNView": false
}
}
},
{
"path": "payment/shareOrderGoods",
"style": {
"navigationBarTitleText": "",
"app-plus": {
}
}
}
]
},
{
"root": "pages/order",
"pages": [{
"path": "complain/complain",
"style": {
"navigationBarTitleText": "订单商品投诉"
}
},
{
"path": "complain/complainInfo",
"style": {
"navigationBarTitleText": "投诉详情"
}
},
{
"path": "complain/complainList",
"style": {
"navigationBarTitleText": "投诉列表"
}
},
{
"path": "myOrder",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "invoice/invoiceDetail",
"style": {
"navigationBarTitleText": "发票详情"
}
},
{
"path": "orderDetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "deliverDetail",
"style": {
"navigationBarTitleText": "物流详情"
}
},
{
"path": "evaluate/evaluateDetail",
"style": {
"navigationBarTitleText": "评价详情"
}
},
{
"path": "evaluate/releaseEvaluate",
"style": {
"navigationBarTitleText": "发布评价"
}
},
{
"path": "evaluate/myEvaluate",
"style": {
"navigationBarTitleText": "我的评价"
}
},
{
"path": "afterSales/applyProgress",
"style": {
"navigationBarTitleText": "售后服务"
}
},
{
"path": "afterSales/applyDetail",
"style": {
"navigationBarTitleText": "售后服务"
}
},
{
"path": "afterSales/applySuccess",
"style": {
"navigationBarTitleText": "提交成功",
"app-plus": {
"bounce": "none",
"titleNView": {
"titleColor": "#FFFFFF",
"buttons": [{
"text": "完成",
"fontSize": "14",
"color": "#FFFFFF",
"width": "36px"
// "background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "afterSales/afterSalesDetailExpress"
},
{
"path": "afterSales/afterSalesSelect",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSales/afterSalesDetail",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSales/afterSales",
"style": {
"navigationBarTitleText": "售后管理",
"enablePullDownRefresh": true
}
},
{
"path": "fillorder",
"style": {
"navigationBarTitleText": "填写订单"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Lili商城",
"titleColor": "#303133",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"color": "#FFFFFF",
"app-plus": {
// 全局关闭回弹功能
"bounce": "none"
}
},
"tabBar": {
"color": "#666",
"selectedColor": "#ff573e",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabbar/home/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-s.png",
"text": "首页"
},
{
"pagePath": "pages/tabbar/category/category",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category-s.png",
"text": "分类"
},
{
"pagePath": "pages/tabbar/cart/cartList",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart-s.png",
"text": "购物车"
},
{
"pagePath": "pages/tabbar/user/my",
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine-s.png",
"text": "我的"
}
]
},
// #todo 为什么要注释condition下代码?
// IOS plus.runtime.arguments 添加 condition节点后, 框架会修改 runtime.arguments
// 会影响什么功能?
// -在h5中唤醒app会一直返回默认值 {"name":"","path":"","query":"","id":0}
"condition": { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [{
// "name": "", //模式名称
// "path":"", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }]
}
}
JavaScript
1
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
git@gitee.com:beijing_hongye_huicheng/lilishop-uniapp.git
beijing_hongye_huicheng
lilishop-uniapp
lilishop商城-移动端(小程序-H5-APP-公众号)
master

搜索帮助