diff --git a/README-PROD.md b/README-PROD.md index 3632621..274bc4e 100644 --- a/README-PROD.md +++ b/README-PROD.md @@ -59,6 +59,7 @@ Js-cookie | cookie管理工具 | [https://github.com/js-cookie/js-cookie](https: nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://github.com/rstacruz/nprogress) #### 架构图 + #### 模块介绍 ##### 后台管理系统 `mall-admin` @@ -69,14 +70,24 @@ nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://gi > 订单管理 +![功能结构图](document/resource/mind_order.jpg) + > 促销管理 +![功能结构图](document/resource/mind_sale.jpg) + > 内容管理 +![功能结构图](document/resource/mind_content.jpg) + > 用户管理 +![功能结构图](document/resource/mind_member.jpg) + ##### 前台商城系统 `mall-portal` +![功能结构图](document/resource/mind_portal.jpg) + ## 环境搭建 ### 开发工具 ### 开发环境 \ No newline at end of file diff --git a/document/resource/mind_content.jpg b/document/resource/mind_content.jpg new file mode 100644 index 0000000..cceaf76 Binary files /dev/null and b/document/resource/mind_content.jpg differ diff --git a/document/resource/mind_member.jpg b/document/resource/mind_member.jpg new file mode 100644 index 0000000..be35a7d Binary files /dev/null and b/document/resource/mind_member.jpg differ diff --git a/document/resource/mind_order.jpg b/document/resource/mind_order.jpg new file mode 100644 index 0000000..acdfceb Binary files /dev/null and b/document/resource/mind_order.jpg differ diff --git a/document/resource/mind_portal.jpg b/document/resource/mind_portal.jpg new file mode 100644 index 0000000..8b06781 Binary files /dev/null and b/document/resource/mind_portal.jpg differ diff --git a/document/resource/mind_sale.jpg b/document/resource/mind_sale.jpg new file mode 100644 index 0000000..73b5dc0 Binary files /dev/null and b/document/resource/mind_sale.jpg differ