111 Star 1.4K Fork 528

ITmonkey / Shopro分销商城 开源商城(前端uni-app)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 18.82 KB
一键复制 编辑 原始数据 按行查看 历史
kele 提交于 2023-02-24 10:04 . v1.4.0
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^shopro-(.*)": "@/components/shopro-$1/shopro-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"aliasPath": "/", //对于h5端你必须在首页加上aliasPath并设置为/
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"allowsBounceVertical": "NO"
}
},
"meta": {
"auth": false, //需要登录
"async": true, //是否同步
"title": "首页", //标题
"group": "商城" //分组
}
},
{
"path": "pages/index/category",
"style": {
"navigationBarTitleText": "分类"
},
"meta": {
"auth": false,
"async": true,
"title": "分类",
"group": "商城"
}
},
{
"path": "pages/index/cart",
"style": {
"navigationBarTitleText": "购物车"
},
"meta": {
"auth": false,
"async": true,
"title": "购物车",
"group": "商城"
}
},
{
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "我的",
"group": "商城"
}
},
{
"path": "pages/index/view",
"name": "view",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
},
"meta": {
"auth": false,
"async": true,
"title": "自定义页面",
"group": "商城"
}
}
],
"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": "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": "live/list",
// "style": {
// "navigationBarTitleText": "直播列表"
// },
// "meta": {
// "auth": false,
// "async": false,
// "title": "直播列表",
// "group": "直播"
// }
// },
{
"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": "分销"
}
}
]
},
{
"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": "商品"
}
}
]
},
{
"root": "pages/order",
"pages": [{
"path": "confirm",
"style": {
"navigationBarTitleText": "确认订单"
},
"meta": {
"auth": true,
"async": false,
"title": "确认订单",
"group": "订单"
}
},
{
"path": "payment/method",
"style": {
"navigationBarTitleText": "收银台"
},
"meta": {
"auth": true,
"async": false,
"title": "收银台",
"group": "订单"
}
},
{
"path": "payment/result",
"style": {
"navigationBarTitleText": "支付结果"
},
"meta": {
"auth": false,
"async": false,
"title": "支付结果",
"group": "订单"
}
},
{
"path": "list",
"style": {
"navigationBarTitleText": "订单列表"
},
"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": "搜索"
},
"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
}
}
]
},
{
"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/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/top-up",
"style": {
"navigationBarTitleText": "充值",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"async": true,
"title": "充值",
"group": "用户"
}
},
{
"path": "wallet/top-up-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": "用户"
}
}
]
}
],
"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": "#a8700d",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/tabbar/tabbar_home.png",
"selectedIconPath": "/static/images/tabbar/tabbar_home1.png"
},
{
"pagePath": "pages/index/category",
"text": "分类",
"iconPath": "static/images/tabbar/tabbar_category.png",
"selectedIconPath": "/static/images/tabbar/tabbar_category1.png"
},
{
"pagePath": "pages/index/cart",
"text": "购物车",
"iconPath": "static/images/tabbar/tabbar_cart.png",
"selectedIconPath": "/static/images/tabbar/tabbar_cart1.png"
},
{
"pagePath": "pages/index/user",
"text": "我的",
"iconPath": "static/images/tabbar/tabbar_personal.png",
"selectedIconPath": "/static/images/tabbar/tabbar_personal1.png"
}
]
}
}
JavaScript
1
https://gitee.com/itmonkey-cn/shopro.git
git@gitee.com:itmonkey-cn/shopro.git
itmonkey-cn
shopro
Shopro分销商城 开源商城(前端uni-app)
master

搜索帮助