|
|
@@ -1,49 +0,0 @@
|
|
|
-<!DOCTYPE HTML>
|
|
|
-<html lang="zh-cn">
|
|
|
-<head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
- <title>通用用户权限系统</title>
|
|
|
-
|
|
|
- <link href="plugins/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet"/>
|
|
|
- <link href="plugins/material-design-iconic-font-2.2.0/css/material-design-iconic-font.min.css" rel="stylesheet"/>
|
|
|
- <link href="plugins/waves-0.7.5/waves.min.css" rel="stylesheet"/>
|
|
|
- <link href="plugins/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css" rel="stylesheet"/>
|
|
|
- <style>
|
|
|
- body{font-family:'Microsoft yahei';color: #5E5E5E;font-size: 13px;}
|
|
|
- a{color:#2196F3;text-decoration:none}
|
|
|
- #main{padding: 15px 30px; font-size: 13px;}
|
|
|
- #main p{margin-bottom: 5px; line-height: 2em;}
|
|
|
- </style>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-<section id="main">
|
|
|
- <section id="content">
|
|
|
- <div id="home">
|
|
|
- <p><h4>通用用户权限管理系统</h4></p>
|
|
|
- <p><b>演示地址</b>:<a href="http://www.zhangshuzheng.cn/upms" target="_blank">http://www.zhangshuzheng.cn/upms</a></p>
|
|
|
- <p><b>系统简介</b>:本系统是基于RBAC授权和基于用户授权的细粒度权限控制通用平台,并提供单点登录、会话管理和日志管理。接入的系统可自由定义组织、角色、权限、资源等。</p><br/>
|
|
|
- <p><h4>系统功能概述:</h4></p>
|
|
|
- <p><b>系统组织管理</b>:系统和组织增加、删除、修改、查询功能。</p>
|
|
|
- <p><b>用户角色管理</b>:用户和角色增加、删除、修改、查询功能。</p>
|
|
|
- <p><b>资源权限管理</b>:资源和权限增加、删除、修改、查询功能。</p>
|
|
|
- <p><b>权限分配管理</b>:提供给角色和用户的权限增加、删除、修改、查询功能。</p>
|
|
|
- <p><b>单点登录(SSO)</b>:提供统一用户单点登录认证、用户鉴权功能。</p>
|
|
|
- <p><b>用户会话管理</b>:提供分布式用户会话管理</p>
|
|
|
- <p><b>操作日志管理</b>:提供记录用户登录、操作等日志。</p><br/>
|
|
|
- <p><h4>对外接口概述:</h4></p>
|
|
|
- <p><b>系统组织数据接口</b>、<b>用户角色数据接口</b>、<b>资源权限数据接口</b>、<b>单点登录(SSO)接口</b>、<b>用户鉴权接口</b></p><br/>
|
|
|
- <p><h4>关于作者</h4></p>
|
|
|
- <p><b>姓 名</b>:张恕征</p>
|
|
|
- <p><b>电子邮箱</b>:469741414@qq.com</p>
|
|
|
- </div>
|
|
|
- </section>
|
|
|
-</section>
|
|
|
-
|
|
|
-<script src="plugins/jquery.1.12.4.min.js"></script>
|
|
|
-<script src="plugins/bootstrap-3.3.0/js/bootstrap.min.js"></script>
|
|
|
-<script src="plugins/waves-0.7.5/waves.min.js"></script>
|
|
|
-<script src="plugins/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>
|
|
|
-</body>
|
|
|
-</html>
|