加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 31.76 KB
一键复制 编辑 原始数据 按行查看 历史
pangzi-h 提交于 2022-11-14 00:38 . 多米分享好友页面
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
{
"easycom": {
"law-(.*)": "@/components/law-$1/law-$1.vue",
"search-(.*)": "@/components/search-$1/search-$1.vue",
"huixuan-(.*)": "@/components/huixuan-$1/huixuan-$1.vue",
"^u-(.*)": "@/components/u-$1/u-$1.vue",
"^shopro-(.*)": "@/components/shopro-$1/shopro-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"aliasPath": "/",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"allowsBounceVertical": "NO"
}
},
"meta": {
"auth": false, //需要登录
"async": true, //是否同步
"title": "首页", //标题
"group": "商城" //分组
},
"requiredPrivateInfos": [
"getLocation"
]
},
{
"path": "pages/index/userInfo",
"style": {
"navigationBarTitleText": "个人信息"
},
"meta": {
"auth": false,
"async": true,
"title": "个人信息",
"group": "商城"
}
},
{
"path": "pages/index/auth",
"style": {
"navigationBarTitleText": "实名认证"
},
"meta": {
"auth": false,
"async": true,
"title": "实名认证",
"group": "商城"
}
},
{
"path": "pages/index/message",
"style": {
"navigationBarTitleText": "消息中心"
},
"meta": {
"auth": false,
"async": true,
"title": "消息中心",
"group": "商城"
}
},
{
"path": "pages/index/wxPlay",
"style": {
"navigationBarTitleText": "支付",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
},
{
"path": "pages/index/mibao",
"style": {
"navigationBarTitleText": "我的米包"
},
"meta": {
"auth": true,
"async": true,
"title": "我的米包",
"group": "商城"
}
},
{
"path": "pages/index/category",
"style": {
"navigationBarTitleText": "商邦",
"navigationStyle": "custom",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "商邦",
"group": "商城"
},
"requiredPrivateInfos": [
"getLocation"
]
},
{
"path": "pages/index/duomicategory",
"style": {
"navigationBarTitleText": "商邦",
"navigationStyle": "custom",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "商邦",
"group": "商城"
}
}, {
"path": "pages/index/category/more",
"style": {
"navigationBarTitleText": "更多"
},
"meta": {
"auth": false,
"async": true,
"title": "更多",
"group": "商邦"
}
},
{
"path": "pages/index/category/moreCate",
"style": {
"navigationBarTitleText": "全部"
},
"meta": {
"auth": false,
"async": true,
"title": "全部",
"group": "商邦"
}
},
{
"path": "pages/index/GoodsDetails",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "商品详情",
"group": "商城"
}
},
{
"path": "pages/index/category/evaluate",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"auth": false,
"async": true,
"title": "发表评价",
"group": "商邦"
}
},
{
"path": "pages/index/food",
"style": {
// "navigationBarTitleText": "餐饮美食"
// "navigationStyle": "custom"
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "餐饮美食",
"group": "商城"
}
},
{
"path": "pages/index/huixuan",
"style": {
"navigationBarTitleText": "惠选",
"navigationStyle": "custom",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "惠选",
"group": "商城"
},
"requiredPrivateInfos": [
"getLocation"
]
},
{
"path": "pages/index/huixuan_good",
"style": {
"navigationBarTitleText": "惠品"
},
"meta": {
"auth": false,
"async": true,
"title": "惠选",
"group": "商城"
}
},
{
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"async": true,
"title": "我的",
"group": "商城"
}
},
{
"path": "pages/index/view",
"name": "view",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "自定义页面",
"group": "商城"
}
},
{
"path": "pages/index/cart",
"style": {
"navigationBarTitleText": "购物车"
},
"meta": {
"auth": false,
"async": true,
"title": "购物车",
"group": "商城"
}
},
{
"path": "pages/index/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "登录",
"group": "商城"
},
"requiredPrivateInfos": [
"getLocation"
]
},
{
"path": "pages/index/serve",
"style": {
"navigationBarTitleText": "全部服务",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "服务",
"group": "商城"
}
},
{
"path": "pages/index/serveList",
"style": {
// "navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "服务",
"group": "商城"
}
},
{
"path": "pages/index/serveDetails",
"style": {
"navigationBarTitleText": "全部服务",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "服务",
"group": "商城"
}
},
{
"path": "pages/index/collect",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/footprint",
"style": {
"navigationBarTitleText": "我的足迹",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/qrCode",
"style": {
"navigationBarTitleText": "我的二维码",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/consumptionDetail",
"style": {
"navigationBarTitleText": "商邦消费明细",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/paymentCode",
"style": {
"navigationBarTitleText": "支付密码",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/editPaymentCode",
"style": {
"navigationBarTitleText": "修改支付密码",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/invoiceManage",
"style": {
"navigationBarTitleText": "发票管理",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/openInvoice",
"style": {
"navigationBarTitleText": "开发票",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
}, {
"path": "pages/index/category/paySuccess",
"style": {
"navigationBarTitleText": "核销成功",
"enablePullDownRefresh": false
},
"meta": {
"auth": true,
"async": true
}
},
{
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/membeRecharge",
"style": {
"navigationBarTitleText": "会员充值",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true
}
},
{
"path": "pages/index/goodsToPay",
"style": {
"navigationBarTitleText": "套餐详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/category/commentList",
"style": {
"navigationBarTitleText": "查看评论"
},
"meta": {
"auth": true,
"async": true
}
}
],
"subPackages": [{
"root": "pages/activity",
"pages": [{
"path": "sign/index",
"style": {
"navigationBarTitleText": "签到中心"
},
"meta": {
"auth": true,
"async": true,
"title": "签到中心",
"group": "应用"
}
},
{
"path": "seckill/list",
"style": {
"navigationBarTitleText": "限时秒杀",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "限时秒杀",
"group": "秒杀"
}
},
{
"path": "activity/activity",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "",
"group": "秒杀"
}
},
{
"path": "groupon/list",
"style": {
"navigationBarTitleText": "今日必拼",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "今日必拼",
"group": "拼团"
}
},
{
"path": "groupon/detail",
"style": {
"navigationBarTitleText": "拼团详情",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": false,
"title": "拼团详情",
"group": "拼团"
}
},
{
"path": "groupon/my-groupon",
"style": {
"navigationBarTitleText": "我的拼团",
"enablePullDownRefresh": true
},
"meta": {
"auth": true,
"async": true,
"title": "我的拼团",
"group": "拼团"
}
},
{
"path": "discounts/list",
"style": {
"navigationBarTitleText": "优惠活动商品"
},
"meta": {
"auth": false,
"async": false,
"title": "优惠活动商品",
"group": "活动"
}
}
]
},
{
"root": "pages/app",
"pages": [{
"path": "score/list",
"style": {
"navigationBarTitleText": "积分商品"
},
"meta": {
"auth": false,
"async": true,
"title": "积分商品",
"group": "积分"
}
},
{
"path": "coupon/list",
"style": {
"navigationBarTitleText": "优惠券中心",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "优惠券中心",
"group": "优惠券"
}
}, {
"path": "coupon/detail",
"style": {
"navigationBarTitleText": "优惠券详情",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "优惠券详情",
"group": "优惠券"
}
},
{
"path": "merchant/index",
"style": {
"navigationBarTitleText": "门店中心",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": false,
"title": "门店中心",
"group": "门店"
}
},
{
"path": "merchant/apply",
"style": {
"navigationBarTitleText": "门店入驻",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "门店入驻",
"group": "门店"
}
},
{
"path": "merchant/detail",
"style": {
"navigationBarTitleText": "订单详情"
},
"meta": {
"auth": true,
"async": false,
"title": "订单详情",
"group": "订单"
}
},
{
"path": "merchant/info",
"style": {
"navigationBarTitleText": "门店详情"
},
"meta": {
"auth": true,
"async": false,
"title": "门店详情",
"group": "门店"
}
},
{
"path": "merchant/list",
"style": {
"navigationBarTitleText": "我的门店"
},
"meta": {
"auth": true,
"async": true,
"title": "我的门店",
"group": "门店"
}
},
{
"path": "commission/index",
"style": {
"navigationBarTitleText": "分销中心",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": true,
"title": "分销中心",
"group": "分销"
}
},
{
"path": "commission/team",
"style": {
"navigationBarTitleText": "我的团队",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": true,
"title": "我的团队",
"group": "分销"
}
},
{
"path": "commission/commission-log",
"style": {
"navigationBarTitleText": "佣金明细",
"enablePullDownRefresh": true
},
"meta": {
"auth": true,
"async": true,
"title": "佣金明细",
"group": "分销"
}
},
{
"path": "commission/order",
"style": {
"navigationBarTitleText": "分销订单",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"meta": {
"auth": true,
"async": true,
"title": "分销订单",
"group": "分销"
}
},
{
"path": "commission/goods",
"style": {
"navigationBarTitleText": "推广商品"
},
"meta": {
"auth": true,
"async": true,
"title": "推广商品",
"group": "分销"
}
},
{
"path": "commission/apply",
"style": {
"navigationBarTitleText": "申请分销商",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": true,
"title": "申请分销商",
"group": "分销"
}
},
{
"path": "commission/rankings",
"style": {
"navigationBarTitleText": "分销排行",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": true,
"title": "分销排行",
"group": "分销"
}
},
{
"path": "commission/share-log",
"style": {
"navigationBarTitleText": "分享记录",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"meta": {
"auth": true,
"async": false,
"title": "分享记录",
"group": "分销"
}
},
{
"path": "joinUs/joinUs",
"style": {
"navigationBarTitleText": "商家入驻",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "商家入驻",
"group": "商家"
}
},
{
"path": "joinUs/joinUsGys",
"style": {
"navigationBarTitleText": "代理商入驻",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "代理商入驻",
"group": "商邦"
}
}
]
},
{
"root": "pages/goods",
"pages": [{
"path": "list",
"style": {
"navigationBarTitleText": "商品列表",
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "商品列表",
"group": "商品"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "商品详情",
"group": "商品"
}
},
{
"path": "comment/add-comment",
"style": {
"navigationBarTitleText": "评价"
},
"meta": {
"auth": false,
"async": false,
"title": "评价",
"group": "商品"
}
},
{
"path": "comment/comment-list",
"style": {
"navigationBarTitleText": "评价列表"
},
"meta": {
"auth": false,
"async": false,
"title": "评价列表",
"group": "商品"
}
},
{
"path": "new_detail",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"auth": false,
"async": true,
"title": "商品详情",
"group": "商品"
}
}
]
},
{
"root": "pages/order",
"pages": [{
"path": "confirm",
"style": {
"navigationBarTitleText": "确认订单",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": false,
"title": "确认订单",
"group": "订单"
}
}, {
"path": "confirm-vip",
"style": {
"navigationBarTitleText": "确认订单",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": false,
"title": "确认订单",
"group": "订单"
}
},
{
"path": "payment/method",
"style": {
"navigationBarTitleText": "收银台"
},
"meta": {
"auth": true,
"async": false,
"title": "收银台",
"group": "订单"
}
},
{
"path": "cate/cateList",
"style": {
"navigationBarTitleText": "商邦订单"
},
"meta": {
"auth": true,
"async": true,
"title": "商邦订单",
"group": "订单"
}
},
{
"path": "cate/add-comment",
"style": {
"navigationBarTitleText": "评价"
},
"meta": {
"auth": false,
"async": false,
"title": "评价"
}
},
{
"path": "cate/cateGoodDetail",
"style": {
"navigationBarTitleText": "商邦订单详情",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"text": "等待买家付款",
"fontSrc": "",
"fontSize": "16px",
"float": "left",
"color": "#101010"
}]
}
}
},
"meta": {
"auth": true,
"async": true
}
},
{
"path": "cate/cateAfterDetail",
"style": {
"navigationBarTitleText": "售后详情"
},
"meta": {
"auth": true,
"async": true,
"title": "售后详情",
"group": "订单"
}
},
{
"path": "cate/cateRefundType",
"style": {
"navigationBarTitleText": "退款类型"
},
"meta": {
"auth": true,
"async": true,
"title": "退款类型",
"group": "订单"
}
},
{
"path": "payment/result",
"style": {
"navigationBarTitleText": "支付结果"
},
"meta": {
"auth": true,
"async": false,
"title": "支付结果",
"group": "订单"
}
},
{
"path": "list",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": true
},
"meta": {
"auth": true,
"async": true,
"title": "订单列表",
"group": "订单"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "订单详情"
},
"meta": {
"auth": true,
"async": false,
"title": "订单详情",
"group": "订单"
}
},
{
"path": "after-sale/detail",
"style": {
"navigationBarTitleText": "售后详情"
},
"meta": {
"auth": true,
"async": false,
"title": "售后详情",
"group": "订单"
}
},
{
"path": "after-sale/list",
"style": {
"navigationBarTitleText": "售后列表"
},
"meta": {
"auth": true,
"async": true,
"title": "售后列表",
"group": "订单"
}
},
{
"path": "after-sale/log",
"style": {
"navigationBarTitleText": "售后记录"
},
"meta": {
"auth": true,
"async": false,
"title": "售后记录",
"group": "订单"
}
},
{
"path": "after-sale/refund",
"style": {
"navigationBarTitleText": "申请售后"
},
"meta": {
"auth": true,
"async": false,
"title": "申请售后",
"group": "订单"
}
},
{
"path": "express/distribution-detail",
"style": {
"navigationBarTitleText": "配送详情"
},
"meta": {
"auth": true,
"async": false,
"title": "配送详情",
"group": "订单"
}
},
{
"path": "express/express-detail",
"style": {
"navigationBarTitleText": "物流详情"
},
"meta": {
"auth": true,
"async": false,
"title": "物流详情",
"group": "订单"
}
},
{
"path": "express/express-list",
"style": {
"navigationBarTitleText": "包裹列表"
},
"meta": {
"auth": true,
"async": false,
"title": "包裹列表",
"group": "订单"
}
},
{
"path": "express/store-address",
"style": {
"navigationBarTitleText": "选择自提点",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": false,
"title": "选择自提点",
"group": "订单"
}
}
]
},
{
"root": "pages/public",
"pages": [{
"path": "faq",
"style": {
"navigationBarTitleText": "常见问题"
},
"meta": {
"auth": false,
"async": true,
"title": "常见问题",
"group": "通用"
}
},
{
"path": "feedback",
"style": {
"navigationBarTitleText": "问题反馈"
},
"meta": {
"auth": true,
"async": true,
"title": "问题反馈",
"group": "通用"
}
},
{
"path": "chat/index",
"style": {
"navigationBarTitleText": "客服",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"async": true,
"title": "客服",
"group": "通用"
}
},
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
},
"meta": {
"auth": false,
"async": true,
"title": "搜索",
"group": "通用"
}
},
{
"path": "richtext",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"auth": false,
"async": true,
"title": "富文本",
"group": "通用"
}
},
{
"path": "webview",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"auth": false,
"async": true,
"title": "外链",
"group": "通用"
}
},
{
"path": "404",
"name": "404",
"style": {
"navigationBarTitleText": "页面不存在"
}
},
{
"path": "loading",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "cityList",
"style": {
"navigationBarTitleText": "选择城市"
},
"meta": {
"auth": false,
"async": true,
"title": "选择城市",
"group": "通用"
}
}
]
},
{
"root": "pages/user",
"pages": [{
"path": "info",
"style": {
"navigationBarTitleText": "个人信息"
},
"meta": {
"auth": true,
"async": true,
"title": "个人信息",
"group": "用户"
}
},
{
"path": "set",
"style": {
"navigationBarTitleText": "系统设置"
},
"meta": {
"auth": false,
"async": true,
"title": "系统设置",
"group": "通用"
}
},
{
"path": "view-log",
"style": {
"navigationBarTitleText": "浏览足迹"
},
"meta": {
"auth": true,
"async": true,
"title": "浏览足迹",
"group": "用户"
}
},
{
"path": "wallet/index",
"style": {
"navigationBarTitleText": "我的钱包"
},
"meta": {
"auth": true,
"async": true,
"title": "钱包",
"group": "用户"
}
},
{
"path": "wallet/money",
"style": {
"navigationBarTitleText": "余额充值",
"onReachBottomDistance": 20
},
"meta": {
"auth": true,
"async": true,
"title": "余额",
"group": "用户"
}
},{
"path": "wallet/recharge",
"style": {
"navigationBarTitleText": "余额充值"
},
"meta": {
"auth": false,
"async": true,
"title": "",
"group": "用户"
}
},{
"path": "wallet/tgList",
"style": {
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "",
"group": "用户"
}
},
{
"path": "wallet/tgListContent",
"style": {
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "",
"group": "用户"
}
},
{
"path": "wallet/shareContent",
"style": {
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "",
"group": "用户"
}
},
{
"path": "wallet/withdraw",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "提现",
"group": "用户"
}
},
{
"path": "wallet/withdraw-log",
"style": {
"navigationBarTitleText": "提现记录"
},
"meta": {
"auth": true,
"async": true,
"title": "提现记录",
"group": "用户"
}
},
{
"path": "wallet/score-balance",
"style": {
"navigationBarTitleText": "积分余额",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "积分余额",
"group": "用户"
}
},
{
"path": "address/list",
"style": {
"navigationBarTitleText": "收货地址"
},
"meta": {
"auth": true,
"async": true,
"title": "收货地址",
"group": "用户"
}
},
{
"path": "address/edit",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"auth": true,
"async": false,
"title": "修改地址",
"group": "用户"
}
},
{
"path": "favorite",
"style": {
"navigationBarTitleText": "我的收藏"
},
"meta": {
"auth": true,
"async": true,
"title": "我的收藏",
"group": "用户"
}
},
{
"path": "wallet/coupon",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "领取优惠券",
"group": "用户"
}
},
{
"path": "vip/vip-detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "vip/vip-shop",
"style": {
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false
}
},
{
"path": "vip/vip-exchangeDetail",
"style": {
"navigationBarTitleText": "兑换详情",
"enablePullDownRefresh": false
}
}, {
"path": "vip/me-vip",
"style": {
"navigationBarTitleText": "我的会员",
"enablePullDownRefresh": false
}
}, {
"path": "vip/dm-card",
"style": {
"navigationBarTitleText": "多米E卡",
"enablePullDownRefresh": false
}
},
{
"path": "vip/me-integral",
"style": {
"navigationBarTitleText": "我的积分",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "share-page",
"style": {
"navigationBarTitleText": "赚取积分",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": false,
"title": "赚取积分",
"group": "订单"
}
},
{
"path": "vip/vip-confirm",
"style": {
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": false,
"title": "确认订单",
"group": "订单"
}
}
]
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages/activity", "pages/user", "pages/goods", "pages/app", "pages/public",
"pages/order"
]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "shopro-plus",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#333",
"selectedColor": "#FC5351",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/tabbar/Group1954.png",
"selectedIconPath": "/static/images/tabbar/Group1934.png"
},
{
"pagePath": "pages/index/huixuan",
"text": "惠选",
"iconPath": "static/images/tabbar/Group1955.png",
"selectedIconPath": "/static/images/tabbar/Grouphuixuan.png"
},
{
"pagePath": "pages/index/category",
"text": "商邦",
"iconPath": "static/images/tabbar/Group1940.png",
"selectedIconPath": "/static/images/tabbar/Groupshangbang.png"
},
{
"pagePath": "pages/index/user",
"text": "我的",
"iconPath": "static/images/tabbar/Frame.png",
"selectedIconPath": "/static/images/tabbar/Group2290.png"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化