|
|
|
@ -14,9 +14,9 @@
|
|
|
|
|
###### 供应商添加、修改、删除、批量删除
|
|
|
|
|
#### 二、系统模块
|
|
|
|
|
##### 1、用户登陆
|
|
|
|
|
###### 校验用户名和密码
|
|
|
|
|
###### 校验用户名、密码以及验证码
|
|
|
|
|
###### 登陆成功将登陆信息写入登陆日志
|
|
|
|
|
###### 未登录进行拦截
|
|
|
|
|
###### 未登录直接访问服务器资源进行拦截
|
|
|
|
|
##### 2、菜单管理
|
|
|
|
|
###### 全查询菜单和根据左边的树查询不同菜单
|
|
|
|
|
###### 菜单的添加、修改、删除
|
|
|
|
@ -33,6 +33,7 @@
|
|
|
|
|
### 技术选型
|
|
|
|
|
#### 后台技术选型
|
|
|
|
|
* SpringBoot
|
|
|
|
|
* Shiro
|
|
|
|
|
* MybatisPlus
|
|
|
|
|
#### 前端技术选型
|
|
|
|
|
* LayUI、dtree
|
|
|
|
@ -48,3 +49,26 @@
|
|
|
|
|
|
|
|
|
|
### 预览效果
|
|
|
|
|
登陆页面
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/login.PNG]
|
|
|
|
|
部门管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/dept.PNG]
|
|
|
|
|
菜单管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/menu.PNG]
|
|
|
|
|
权限管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/permission.PNG]
|
|
|
|
|
角色管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/role.PNG]
|
|
|
|
|
用户管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/user.PNG]
|
|
|
|
|
登陆日志管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/loginfo.PNG]
|
|
|
|
|
系统公告管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/notice.PNG]
|
|
|
|
|
客户管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/customer.PNG]
|
|
|
|
|
供应商管理
|
|
|
|
|
!()[https://github.com/yeqifu/warehouse/blob/master/src/main/resources/static/images/provider.PNG]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|