82 Star 997 Fork 71

与他联创 / 创创猫java社区团购商城-社区运营如橙心优选

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 11.52 KB
一键复制 编辑 原始数据 按行查看 历史
与他联创 提交于 2023-11-07 16:56 . 将iconfont迁移至使用uni-icons
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "创创猫社区团购"
// #endif
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "详情展示",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
}, {
"path": "pages/set/setUserInfo",
"style": {
"navigationBarTitleText": "个人资料"
}
}, {
"path": "pages/set/setUserSecurity",
"style": {
"navigationBarTitleText": "账户安全"
}
}, {
"path": "pages/set/setUserSecurityPassword",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/set/setUserInfoName",
"style": {
"navigationBarTitleText": "设置昵称"
}
},
{
"path": "pages/set/setAbout",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/content/richText",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/content/webView",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/user/qrcode",
"style": {
"navigationBarTitleText": "提货二维码"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "我的优惠券"
}
},
{
"path": "pages/user/award",
"style": {
"navigationBarTitleText": "奖金明细"
}
},
{
"path": "pages/user/performance",
"style": {
"navigationBarTitleText": "团队业绩明细"
}
},
{
"path": "pages/user/level",
"style": {
"navigationBarTitleText": "会员等级"
}
},
{
"path": "pages/user/invited",
"style": {
"navigationBarTitleText": "我邀请的会员"
}
},
{
"path": "pages/withdraw/list",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "pages/withdraw/apply",
"style": {
"navigationBarTitleText": "申请提现"
}
},
{
"path": "pages/withdraw/detail",
"style": {
"navigationBarTitleText": "提现详情"
}
},
{
"path": "pages/merchant/nearby",
"style": {
"navigationBarTitleText": "选择自提点"
}
},
{
"path": "pages/merchant/merchant",
"style": {
"navigationBarTitleText": "我的自提点"
}
},
{
"path": "pages/merchant/list",
"style": {
"navigationBarTitleText": "团长列表"
}
}, {
"path": "pages/content/index",
"style": {
"navigationBarTitleText": "发现"
}
}, {
"path": "pages/content/details",
"style": {
"navigationBarTitleText": "详情"
}
}, {
"path": "pages/content/videoDetails",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
/* "enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
},
"mp-weixin": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
},
"h5": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
} */
}
}, {
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "会员登录"
// "navigationStyle": "custom",
// "app-plus": {
// "titleNView": false,
// "animationType": "slide-in-bottom"
// }
}
}, {
"path": "pages/public/register",
"style": {
"navigationBarTitleText": "会员加入"
// "navigationStyle": "custom",
// "app-plus": {
// "titleNView": false,
// "animationType": "slide-in-bottom"
// }
}
}, {
"path": "pages/public/preRegisterMerchant",
"style": {
"navigationBarTitleText": "团长申请"
/* "navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
} */
}
}, {
"path": "pages/public/registerMerchant",
"style": {
"navigationBarTitleText": "团长申请"
/* "navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
} */
}
}, {
"path": "pages/public/registerMerchantSuccess",
"style": {
"navigationBarTitleText": "团长申请"
/* "navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
} */
}
}, {
"path": "pages/public/forgetPassword",
"style": {
"navigationBarTitleText": "忘记密码"
// "navigationStyle": "custom",
// "app-plus": {
// "titleNView": false,
// "animationType": "slide-in-bottom"
// }
}
}, {
"path": "pages/public/bindMobileNo",
"style": {
"navigationBarTitleText": "绑定手机"
// "navigationStyle": "custom",
// "app-plus": {
// "titleNView": false,
// "animationType": "slide-in-bottom"
// }
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单"
}
}, {
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/order/courier",
"style": {
"navigationBarTitleText": "订单物流",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/money/money",
"style": {}
}, {
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/order/evaluate",
"style": {
"navigationBarTitleText": "评价订单"
}
}, {
"path": "pages/aftersale/index",
"style": {
"navigationBarTitleText": "申请退款/售后"
}
}, {
"path": "pages/aftersale/list",
"style": {
"navigationBarTitleText": "退款/售后",
"enablePullDownRefresh": true
}
}, {
"path": "pages/aftersale/detail",
"style": {
"navigationBarTitleText": "退款/售后详情"
}
}, {
"path": "pages/aftersale/courier",
"style": {
"navigationBarTitleText": "退款/售后物流"
}
}, {
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": "新增/修改地址"
}
}, {
"path": "pages/money/pay",
"style": {
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/money/paySuccess",
"style": {
"navigationBarTitleText": "支付成功"
}
}, {
"path": "pages/notice/list",
"style": {
"navigationBarTitleText": "通知"
}
}, {
"path": "pages/notice/sysmessage",
"style": {
"navigationBarTitleText": "系统通知"
}
}, {
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "资讯公告"
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/product/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "商品列表",
"app-plus": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
},
"mp-weixin": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
},
"h5": {
"pullToRefresh": {
"style": "circle",
"color": "#ff0000"
}
}
}
}, {
"path": "pages/product/group",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品列表"
}
}, {
"path": "pages/product/seckillList",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "秒杀商品"
}
}, {
"path": "pages/product/newcustomer",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "新人专区"
}
}, {
"path": "pages/product/favorite",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "收藏商品"
}
}, {
"path": "pages/product/evaluate",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品评价"
}
}, {
"path": "pages/product/poster",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品海报"
}
}, {
"path": "pages/coupon/list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "领券中心"
}
}, {
"path": "pages/help/help",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "客服中心"
}
}, {
"path": "pages/point/sign",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "积分签到"
}
}, {
"path": "pages/point/rule",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "积分签到规则"
}
}, {
"path": "pages/point/point-list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "积分明细"
}
}, {
"path": "pages/point/product-list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "积分商品"
}
}, {
"path": "pages/point/product-detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/point/point-create-order",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "创建积分订单"
}
}, {
"path": "pages/point/point-pay",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "订单支付"
}
}, {
"path": "pages/point/point-pay-success",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "兑换成功"
}
}, {
"path": "pages/point/point-order-list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "积分订单"
}
}, {
"path": "pages/point/point-order-detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/live/room-list",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "直播间"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "创创猫社区团购",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-current.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tab-cate.png",
"selectedIconPath": "static/tab-cate-current.png",
"text": "分类"
},
{
"pagePath": "pages/content/index",
"iconPath": "static/tab-find.png",
"selectedIconPath": "static/tab-find-current.png",
"text": "发现"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/tab-cart.png",
"selectedIconPath": "static/tab-cart-current.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-current.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于查询附近的小区"
}
}
}
Java
1
https://gitee.com/luochangqing/ccm-esn-uniapp.git
git@gitee.com:luochangqing/ccm-esn-uniapp.git
luochangqing
ccm-esn-uniapp
创创猫java社区团购商城-社区运营如橙心优选
master

搜索帮助