6 Star 25 Fork 1

Legendshop/uniapp手机用户端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 17.98 KB
一键复制 编辑 原始数据 按行查看 历史
辉笑流 提交于 2022-11-28 17:20 . 上传代码1
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
// "enablePullDownRefresh": true,//如果开了下拉刷新,就会出现当页面拉到中间,再下拉时是触发刷新而不是让屏幕向下滚动的bug
"navigationBarTitleText": "分类",
"navigationStyle": "custom"
}
},
{
"path": "pages/discovery/discovery",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "发现",
"navigationStyle": "custom"
}
},
{
"path": "pages/cart/cart",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "购物车",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "个人中心",
"backgroundTextStyle": "dark",
"navigationStyle": "custom"
}
},
{
"path": "pages/discovery/discoveryDet",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": ""
}
}
],
"subPackages": [{
"root": "accountModules",
"pages": [{
"path": "bindingPhone/bindingPhone",
"style": {
"navigationBarTitleText": "绑定手机号",
"navigationStyle": "custom"
}
},
{
"path": "thirdLoginResult/thirdLoginResult",
"style": {
"navigationBarTitleText": "第三方登录"
}
},
{
"path": "forgetPsw/forgetPsw",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录中心"
}
},
{
"path": "register/agreement",
"style": {
"navigationBarTitleText": "注册协议"
}
},
{
"path": "register/privacyPolicy",
"style": {
"navigationBarTitleText": "隐私政策"
}
},
{
"path": "register/register",
"style": {
"navigationBarTitleText": "个人注册"
}
},
{
"path": "wxLogin/wxLogin",
"style": {
"navigationBarTitleText": "自动登录"
}
}
]
},
{
"root": "commonModules",
"pages": [{
"path": "serviceChat/serviceChat",
"style": {
"navigationBarTitleText": "客服",
"navigationStyle": "custom"
}
},
{
"path": "address/addAddress",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "address/chooseExtension",
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "address/addressList",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "address/chooseArea",
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
"path": "search/prodGroupList",
"style": {
"navigationBarTitleText": "商品分组",
"navigationStyle": "custom"
}
},
{
"path": "search/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
}
},
{
"path": "search/searchList",
"style": {
"navigationBarTitleText": "搜索列表",
"navigationStyle": "custom"
}
},
{
"path": "shopHome/sCategory",
"style": {
"navigationBarTitleText": "商品分类"
}
},
{
"path": "shopHome/shopIndex",
"style": {
"navigationBarTitleText": "店铺首页",
"navigationStyle": "custom"
}
},
{
"path": "storeSelection/storeSelection",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path": "storeSubmit/storeSubmit",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "submitOrder/invoice",
"style": {
"navigationBarTitleText": "发票信息"
}
},
{
"path": "submitOrder/invoiceList",
"style": {
"navigationBarTitleText": "发票管理"
}
},
{
"path": "submitOrder/orderPayResult",
"style": {
"navigationBarTitleText": "支付结果"
}
},
{
"path": "submitOrder/payOrder",
"style": {
"navigationBarTitleText": "订单支付"
}
},
{
"path": "submitOrder/submitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "submitOrder/wxAliPay",
"style": {
"navigationBarTitleText": "订单支付"
}
}
]
},
{
"root": "marketingModules",
"pages": [{
"path": "fight/fightDetail",
"style": {
"navigationBarTitleText": "拼团详情",
"navigationStyle": "custom"
}
},
{
"path": "fight/fightGroupDetail",
"style": {
"navigationBarTitleText": "拼团详情"
}
},
{
"path": "fight/fightList",
"style": {
"navigationBarTitleText": "拼团列表"
}
},
{
"path": "fight/fightMore",
"style": {
"navigationBarTitleText": "拼团列表"
}
},
{
"path": "fight/fightRule",
"style": {
"navigationBarTitleText": "拼团玩法"
}
},
{
"path": "fight/fightSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "group/groupDetail",
"style": {
"navigationBarTitleText": "团购详情",
"navigationStyle": "custom"
}
},
{
"path": "group/groupList",
"style": {
"navigationBarTitleText": "团购专区"
}
},
{
"path": "group/groupSubmit",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "myExtension/myExtension",
"style": {
"navigationBarTitleText": "我的分销",
"navigationStyle": "custom"
}
},
{
"path": "myExtension/applyExtension",
"style": {
"navigationBarTitleText": "申请推广"
}
},
{
"path": "myExtension/applySuccess",
"style": {
"navigationBarTitleText": "申请成功"
}
},
{
"path": "myExtension/extensionAchievement",
"style": {
"navigationBarTitleText": "推广业绩"
}
},
{
"path": "myExtension/extensionDet",
"style": {
"navigationBarTitleText": "佣金明细"
}
},
{
"path": "myExtension/extensionJump",
"style": {
"navigationBarTitleText": "跳转中"
}
},
{
"path": "myExtension/extensionRule",
"style": {
"navigationBarTitleText": "推广规则"
}
},
{
"path": "myExtension/extensionWithdraw",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "myExtension/toApplyCash",
"style": {
"navigationBarTitleText": "申请提现"
}
},
{
"path": "presell/presellDetail",
"style": {
"navigationBarTitleText": "预售详情",
"navigationStyle": "custom"
}
},
{
"path": "presell/presellList",
"style": {
"navigationBarTitleText": "预售列表"
}
},
{
"path": "presell/presellSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "seckill/seckillDetail",
"style": {
"navigationBarTitleText": "秒杀详情",
"navigationStyle": "custom"
}
},
{
"path": "seckill/seckillList",
"style": {
"navigationBarTitleText": "秒杀列表"
}
},
{
"path": "seckill/seckillSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "seckill/seckillSucceed",
"style": {
"navigationBarTitleText": "秒杀成功"
}
},
{
"path": "seckill/seckillOrderList",
"style": {
"navigationBarTitleText": "秒杀订单列表"
}
},
{
"path": "webPage/webPage",
"style": {
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true,
"navigationBarTitleText": ""
}
}
]
},
{
"root": "orderModules",
"pages": [{
"path": "afterSale/afterSaleDetail",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/applyReturn",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/checkStatus",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/logisticsIfo",
"style": {
"navigationBarTitleText": "物流信息填写"
}
},
{
"path": "afterSale/returnList",
"style": {
"navigationBarTitleText": "退款/售后"
}
},
{
"path": "commentsDetail/commentsDetail",
"style": {
"navigationBarTitleText": "评论详情"
}
},
{
"path": "commentsList/commentsList",
"style": {
"navigationBarTitleText": "我的评价"
}
},
{
"path": "commentsList/writeComment",
"style": {
"navigationBarTitleText": "发表评论"
}
},
{
"path": "logistics/logistics",
"style": {
"navigationBarTitleText": "物流详情"
}
},
{
"path": "orderList/orderDetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": "我的订单"
}
}
]
},
{
"root": "otherModules",
"pages": [{
"path": "changeAddr/changeAddr",
"style": {
"navigationBarTitleText": "选择地址",
"navigationStyle": "custom"
}
},
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "question/question",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "question/questionDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "shopMoveIn/shopMoveIn",
"style": {
"navigationBarTitleText": "商家入驻"
}
}
]
},
{
"root": "personalModules",
"pages": [{
"path": "account/account",
"style": {
"navigationBarTitleText": "账户设置"
}
},
{
"path": "account/editData",
"style": {
"navigationBarTitleText": "修改信息"
}
},
{
"path": "collection/collection",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationStyle": "custom"
}
},
{
"path": "grass/grassDet",
"style": {
"navigationBarTitleText": "详情",
"navigationStyle": "custom"
}
},
{
"path": "grass/grassWriterInfo",
"style": {
"navigationBarTitleText": "个人主页",
"navigationStyle": "custom"
}
},
{
"path": "grass/saveGrassArticle",
"style": {
"navigationBarTitleText": "发表心得",
"navigationStyle": "custom"
}
},
{
"path": "history/history",
"style": {
"navigationBarTitleText": "我的足迹",
"navigationStyle": "custom"
}
},
{
"path": "message/message",
"style": {
"navigationBarTitleText": "我的信息",
"navigationStyle": "custom"
}
},
{
"path": "message/messageDet",
"style": {
"navigationBarTitleText": "信息详情"
}
},
{
"path": "message/radioMsgDet",
"style": {
"navigationBarTitleText": "信息详情"
}
},
{
"path": "message/radioMsg",
"style": {
"navigationBarTitleText": "系统广播"
}
}
]
},
{
"root": "popularizeModules",
"pages": [{
"path": "news/news",
"style": {
"navigationBarTitleText": "头条新闻"
}
},
{
"path": "news/newsDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pointsZone/exchangeRecord",
"style": {
"navigationBarTitleText": "兑换记录"
}
},
{
"path": "pointsZone/integralDet",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "pointsZone/integralOrderDet",
"style": {
"navigationBarTitleText": "积分详情"
}
},
{
"path": "pointsZone/integralMall",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pointsZone/integralRule",
"style": {
"navigationBarTitleText": "积分规则"
}
},
{
"path": "pointsZone/myIntegral",
"style": {
"navigationBarTitleText": "我的积分",
"navigationStyle": "custom"
}
},
{
"path": "pointsZone/pointOrderDetail",
"style": {
"navigationBarTitleText": "积分订单详情"
}
},
{
"path": "pointsZone/pointsGoodsDetail",
"style": {
"navigationBarTitleText": "积分商品详情"
}
},
{
"path": "pointsZone/submitPoint",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "theme/themeDetail",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "theme/themeList",
"style": {
"navigationBarTitleText": "专题活动"
}
}
]
},
{
"root": "walletModules",
"pages": [{
"path": "myCoupon/myCoupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "myCoupon/couponDetail",
"style": {
"navigationBarTitleText": "领券"
}
},
{
"path": "myCoupon/couponGoods",
"style": {
"navigationBarTitleText": "优惠券商品",
"navigationStyle": "custom"
}
},
{
"path": "myCoupon/recPacket",
"style": {
"navigationBarTitleText": "卡密领券"
}
},
{
"path": "myRed/myRed",
"style": {
"navigationBarTitleText": "红包"
}
},
{
"path": "preDeposit/accountBill",
"style": {
"navigationBarTitleText": "账单详情"
}
},
{
"path": "preDeposit/accountDet",
"style": {
"navigationBarTitleText": "账户明细"
}
},
{
"path": "preDeposit/preDeposit",
"style": {
"navigationBarTitleText": "预存款主页",
"navigationStyle": "custom"
}
},
{
"path": "preDeposit/recharge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "preDeposit/rechargeResult",
"style": {
"navigationBarTitleText": "充值结果"
}
},
{
"path": "preDeposit/withdraw",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "preDeposit/withdrawalsDetail",
"style": {
"navigationBarTitleText": "提现记录详情"
}
},
{
"path": "preDeposit/withdrawRecord",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "preDeposit/withdrawSuccess",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "preDeposit/withdrawWay",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "recCenter/recCenter",
"style": {
"navigationBarTitleText": "领券中心"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f6f7f8",
"h5": { //H5不显示头部(用浏览器自带的头部)
"titleNView": false
},
"app-plus": { // App平台在iOS上的input框,webview中的软键盘弹出时,默认在软键盘上方有一个横条,显示着:上一项、下一项和完成等按钮。如不想显示这个横条,可以配置
"softinputNavBar": "none"
},
"usingComponents": { //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
"canvasdrawer": "/wxcomponents/canvasdrawer/canvasdrawer"
}
},
"tabBar": {
"color": "#333333",
"selectedColor": "#333333",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/style-images/index-g.png",
"selectedIconPath": "static/style-images/index-g.png"
}, {
"text": "分类",
"pagePath": "pages/category/category",
"iconPath": "static/style-images/classify-g.png",
"selectedIconPath": "static/style-images/classify-g.png"
},
{
"text": "发现",
"pagePath": "pages/discovery/discovery",
"iconPath": "static/style-images/find-g.png",
"selectedIconPath": "static/style-images/find-g.png"
},
{
"text": "购物车",
"pagePath": "pages/cart/cart",
"iconPath": "static/style-images/cart-g.png",
"selectedIconPath": "static/style-images/cart-g.png"
}, {
"text": "个人中心",
"pagePath": "pages/my/my",
"iconPath": "static/style-images/center-g.png",
"selectedIconPath": "static/style-images/center-g.png"
}],
"position": "bottom"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于获取周围门店"
}
}
// ,
// "condition" : { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [
// {
// "name": "", //模式名称
// "path": "", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }
// ]
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/legendshop/uniapp-mall.git
[email protected]:legendshop/uniapp-mall.git
legendshop
uniapp-mall
uniapp手机用户端
master

搜索帮助