diff --git a/README.md b/README.md index 6e602fa..03a4760 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ ## B站讲解视频 https://www.bilibili.com/video/BV16N4y1d7MM +## 若依视频教程 对若依框架不了解,不知道怎么部署、修改密码等操作的,请参考:https://www.bilibili.com/video/BV1Fi4y1q74p/ ## 本地运行文档 https://docs.ichengle.top/mall/run.html @@ -42,11 +43,25 @@ http://mall.ichengle.top ## 若依mall功能 1. 首页: +![img.png](doc/首页.png) 2. PMS商品管理: + ![img.png](doc/商品.png) + ![img.png](doc/商品列表.png) 3. UMS会员管理: +会员列表: +![img.png](doc/会员列表.png) +购物车: +![img.png](doc/会员购物车.png) 4. OMS订单管理: +订单列表: +![img.png](doc/订单.png) +售后列表: + ![img.png](doc/售后.png) 5. SMS营销管理: +![img.png](doc/优惠券.png) + ![img.png](doc/积分.png) 6. CMS内容管理: +![img.png](doc/内容管理.png) ## 交流群/技术支持 | 公众号 | diff --git a/doc/优惠券.png b/doc/优惠券.png new file mode 100644 index 0000000..7f54996 Binary files /dev/null and b/doc/优惠券.png differ diff --git a/doc/会员购物车.png b/doc/会员购物车.png new file mode 100644 index 0000000..0a9d91c Binary files /dev/null and b/doc/会员购物车.png differ diff --git a/doc/内容管理.png b/doc/内容管理.png new file mode 100644 index 0000000..606ff82 Binary files /dev/null and b/doc/内容管理.png differ diff --git a/doc/售后.png b/doc/售后.png new file mode 100644 index 0000000..d41dcc4 Binary files /dev/null and b/doc/售后.png differ diff --git a/doc/商品.png b/doc/商品.png new file mode 100644 index 0000000..106a5c8 Binary files /dev/null and b/doc/商品.png differ diff --git a/doc/积分.png b/doc/积分.png new file mode 100644 index 0000000..39c3c57 Binary files /dev/null and b/doc/积分.png differ diff --git a/doc/订单.png b/doc/订单.png new file mode 100644 index 0000000..f9e9fb1 Binary files /dev/null and b/doc/订单.png differ diff --git a/doc/首页.png b/doc/首页.png new file mode 100644 index 0000000..de2369f Binary files /dev/null and b/doc/首页.png differ