Skip to content

Commit

Permalink
修改项目说明,正式升级版本1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
郝大全 committed Jan 21, 2018
1 parent 2d93fa5 commit 8e4e0d5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@ PPGo_ApiAdmin
====
什么东西?What?
----
API管理工具 golang开发,基于beego,页面基于layUi
练手使用,尚未用于生产环境
API管理工具 golang开发,基于beego,页面基于layUi,目前版本1.0.0


有什么价值?
----
1、RBAC权限完善,多角色管理系统
2、后台界面完整,多标签页面
3、API相关页面有比较复杂的使用案例
所以,可以作为一个基础框架使用,快速开发。初学者还可以作为熟悉beego使用。
所以,可以作为一个基础框架使用,快速开发。初学者还可以作为熟悉beego使用。
4、可用于中小团队API管理使用

用到了哪些?
----
1、界面框架layUI2.4.5
2、makedown.md
3、beego1.8
4、Ztree


效果展示
----
前端界面<br/>
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/index.png?raw=true "github")
<br/><br/>

登录界面<br/>
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/login.png?raw=true "github")
<br/><br/>
Expand All @@ -26,10 +39,16 @@ API管理工具 golang开发,基于beego,页面基于layUi
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/admin.png?raw=true "github")
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/admin_add.png?raw=true "github")

API界面<br/>
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/api.png?raw=true "github")
API列表界面<br/>
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/api_list.png?raw=true "github")

API新增界面<br/>
![github](https://github.com/george518/PPGo_ApiAdmin/blob/master/static/img/demoImage/add_api.png?raw=true "github")

<br/><br/>



安装方法
----
1、go get github.com/george518/PPGo_ApiAdmin
Expand All @@ -39,11 +58,13 @@ API界面<br/>
5、运行 ./run.sh start|stop


前台访问:http://your_host:8081
前台访问:http://your_host:8081
后台访问:http://your_host:8081/login
用户名:admin 密码:george518

联系我
----
qq:41352963
欢迎交流,欢迎提交代码。


Binary file added static/img/demoImage/add_api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/demoImage/api_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/demoImage/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions views/apidoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<div class="site-content layui-col-md10">
<div class="site-content-header"><i class="fa fa-bars" aria-hidden="true" id="taggle"></i>&nbsp;&nbsp;<span id="content-title">欢迎使用PPGo-ApiAdmin</span> </div>
<div id="api-main">
<div>

<div style="width: 200px;height: 50px;margin: 200px auto;">
<img src="/static/img/logo_white.png" alt="">
</div>
</div>
</div>
Expand All @@ -115,8 +115,6 @@
var windowWidth = $(document.body).outerWidth(true);
var windowHeight = $(window).height();
var contentHeight = windowHeight-$('.layui-header').outerHeight(true);

alert(windowHeight+"--"+contentHeight);
$("#api-main").height(contentHeight-$('.site-content-header').outerHeight(true));
$(".site-tree").height(contentHeight);

Expand Down

0 comments on commit 8e4e0d5

Please sign in to comment.