CRMEB页面说明这个是v3.0H5端的

CRMEB是一套比较完善的开源商城系统,带拼团、砍价、秒杀、分销、积分、优惠券、会员、客服系统、后台强大的权限管理、文件管理、数据库管理、系统配置、组合数据、一键生成表单等亮点功能的一套客户管理+电商营销系统,前后端分离,完善的帮助文档,二次开发更容易,开源地址:http://github.crmeb.net/u/lingting

下面页面说明是从官方帮助文档复制过来的

名字 路径 带参路径例子 参数解释
首页 Index /
客服聊天 CustomerService /customer/chat/:id /customer/chat/166 id: 客服聊天人id
产品分类 GoodsClass /category/:pid? /category pid一级分类
收藏商品 GoodsCollection /collection
搜索商品 GoodSearch /search
新闻详情 NewsDetail /news_detail/:id /news_detail/65 id:新闻id
新闻 NewsList /news_list
商品评分 EvaluateList /evaluate_list/:id /evaluate_list/3 id:商品id
商品评价 GoodsEvaluate /goods_evaluate/:id /evaluate_list/4578784545 id:购物车和订单号MD5加密的唯一值
促销单品 GoodsPromotion /promotion
热门榜单/ 精品推荐/ 首发新品 HotNewGoods /hot_new_goods/:type /hot_new_goods/1 区分列表:1为精品推荐、2为热门榜单、3为首发新品
商品详情 GoodsCon /detail/:id /detail/9 产品id
购物车 ShoppingCart /cart
商品列表 GoodsList /goods_list
注册 Register /register
修改密码 ChangePassword /change_password
找回密码 RetrievePassword /retrieve_password
登录 Login /login
页面找不到 NotDefined *
海报 Poster /activity/poster/:id/:type /activity/poster/3/1 id:拼团id或者砍价id; type:1为拼团、2为砍价
砍价详情 DargainDetails /activity/dargain_detail/:id/:partake? /activity/dargain_detail/14/0 id:砍价产品编号;partake:用户编号
砍价列表 GoodsBargain /activity/bargain
砍价记录 BargainRecord /activity/bargain/record
拼团列表 GoodsGroup /activity/group
拼团详情 GroupDetails /activity/group_detail/:id /activity/group_detail/13 id:拼团产品编号
拼团 GroupRule /activity/group_rule/:id /activity/group_rule/17 id:拼团编号
限时抢购 GoodsSeckill /activity/goods_seckill
抢购详情页 SeckillDetails /activity/seckill_detail/:id?/:time /activity/seckill_detail/11/1569232800 id:秒杀产品编号;time:秒杀结束时间
订单首页 OrderIndex /customer/index
订单列表 AdminOrderList /customer/orders/:types? /customer/orders/0 type:0为待付款、1为待发货、2为待收货、3为待评价、-3为退款
订单发货 GoodsDeliver /customer/delivery/:oid? /customer/delivery/14 oid:订单编号
订单详情 AdminOrder /customer/orderdetail/:oid? /customer/orderdetail/14 oid:订单编号
订单数据统计 Statistics /customer/statistics/:type/:time? /customer/statistics/price/today type:price:成交额,order:订单数;time:today:今天、yesterday:昨天、month:本月;
订单核销 OrderCancellation /order/order_cancellation
我的订单 MyOrder /order/list/:type? /order/list/0 type: 0为待付款、1为待发货、2为待收货、3为待评价、4为已完成、-1为退款中、-2为已退款、-3为退款、无参数为全部订单;
物流信息 Logistics /order/logistics/:id /order/logistics/X47855496654 id:订单号
订单详情 OrderDetails /order/detail/:id /order/detail/X47855496654 id:订单号
提交订单 OrderSubmission /order/submit/:id /order/submit/12 id:购物车编号
支付状态 PaymentStatus /order/status
申请退货 GoodsReturn /order/refund/:id /order/refund/X47855496654 id:订单号
退货列表 ReturnList /order/refund_list
个人中心 User /user
绑定手机 BindingPhone /user/binding
添加收货地址 AddAddress /user/add_address/:id? /user/add_address/14 id:地址编号;无id时为新增地址
我的账户 UserAccount /user/account
地址管理 AddressManagement /user/add_manage
分销海报 Poster /user/poster
签到 Sign /user/sign
签到记录 SignRecord /user/sign_record
提现 UserCash /user/cash
提现审核 CashAudit /user/audit
推广人订单 PromoterOrder /user/promoter_order
推广人列表 PromoterList /user/promoter_list
我的推广 UserPromotion /user/user_promotion
账单明细 UserBill /user/bill/:types? /user/bill/:types? type:0为账单记录、1为消费记录、2为充值记录
提现记录 CashRecord /user/cashrecord
佣金明细 CommissionDetails /user/commission
积分详情 Integral /user/integral
会员中心 UserVip /user/vip
个人资料 PersonalData /user/data
我的优惠券 UserCoupon /user/user_coupon
领取优惠券 GetCoupon /user/get_coupon
申请提现 UserCash /user/user_cash
客服列表 CustomerList /customer/list
余额充值 Recharge /user/Recharge
推广人排行 PromoterRank /user/promoter_rank
佣金排行 CommissionRank /user/commission/rank

你可能感兴趣的:(php,CRMEB,微信商城,前端,页面说明,vue,vuecli)