diff --git a/app/home/view/index/index.html b/app/home/view/index/index.html
index b417d2d..456fe6b 100644
--- a/app/home/view/index/index.html
+++ b/app/home/view/index/index.html
@@ -94,7 +94,7 @@
功能矩阵
-
系统后台集成了主流的通用功能,如:登录验证、系统配置、操作日志管理、用户(组)管理、用户(组)权限、功能管理(后台菜单管理)、导航设置、网站地图、轮播广告、TAG关键字管理、文件上传、数据备份/还原、文章功能、用户管理、用户操作日志、用户注册/登录、 API接口等。更多的个性化功能可以基于当前系统便捷做二次开发。
+
系统后台集成了主流的通用功能,如:登录验证、系统配置、操作日志管理、角色权限、功能模块、功能节点、导航设置、网站地图、轮播广告、TAG关键字管理、文件上传、数据备份/还原、文章功能、商品功能、用户等级、用户管理、用户操作日志、用户注册/登录、 API接口等。更多的个性化功能可以基于当前系统便捷做二次开发。

@@ -107,7 +107,7 @@
- ✓系统配置
- - ✓功能菜单
+ - ✓功能模块
- ✓功能节点
- ✓权限角色
- ✓管 理 员
@@ -136,6 +136,7 @@
平台用户
+ - ✓用户等级
- ✓用户列表
- ✓操作记录
- ✓操作日志
@@ -151,6 +152,16 @@
- ✓文章列表
+
+
+

+
商品中心
+
+
+
diff --git a/public/static/home/css/index.css b/public/static/home/css/index.css
index 344dcb4..e7d6257 100644
--- a/public/static/home/css/index.css
+++ b/public/static/home/css/index.css
@@ -51,9 +51,9 @@
-ms-flex-pack: center;
}
-.function-item { width: 246px; font-size: 15px; line-height: 1.5; margin:0 30px; word-wrap: break-word;}
-.item-box{padding: 15px 0; background-color: #4385F5; background: linear-gradient(to left, #4385F5, #00aaff); border-radius: 8px; color: #fff;margin-bottom: 10px;}
-.function-item ul li { width: 42%; float: left; padding:5px 4%; text-align: left; font-weight: 100;}
+.function-item { width: 282px; font-size: 15px; line-height: 1.5; margin:0 12px; word-wrap: break-word;}
+.item-box{padding: 20px 0; background-color: #4385F5; background: linear-gradient(to left, #4385F5, #00aaff); border-radius: 8px; color: #fff;margin-bottom: 10px;}
+.function-item ul li { width: 44%; float: left; padding:5px 3%; text-align: left; font-weight: 100;}
.function-item ul li span{font-size: 16px; color: #4385F5; font-weight: 800; margin-right: 3px;}
-.item-box h3{font-size: 18px; font-weight: 100;}
+.item-box h3{font-size: 18px; font-weight: 100; padding-top:10px;}
.item-box img{height:80px;}
\ No newline at end of file
diff --git a/public/static/home/images/goods.png b/public/static/home/images/goods.png
new file mode 100644
index 0000000..c950e9f
Binary files /dev/null and b/public/static/home/images/goods.png differ