del
103
css/okadmin.css
|
|
@ -1,103 +0,0 @@
|
||||||
@import "../lib/layui/css/layui.css";
|
|
||||||
@import "../font/iconfont.css";
|
|
||||||
@import "../lib/animate/animate.css";
|
|
||||||
/*所有页面的CSS代码都写在这里*/
|
|
||||||
html,body{width: 100%;height: 100%;}
|
|
||||||
/*登陆页面*/
|
|
||||||
.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover}
|
|
||||||
.login-body .login-box{width:300px;height:300px;border:1px solid #1a312c;position:absolute;left:50%;top:50%;margin-left:-150px;margin-top:-150px;border-radius:5px}
|
|
||||||
.login-body .login-box .head{width:100px;height:100px;border-radius:50%;position:absolute;top:-96px;left:50%;margin-left:-50px;background:url(../imgs/ok.png);background-size:cover}
|
|
||||||
.login-body .login-box .input-box{margin:10px 10px 10px 10px}
|
|
||||||
.login-body .login-box .input-box input{margin-top:20px;border-radius:5px}
|
|
||||||
.login-body .login-box .input-box input[type=submit]{background-color:#189F92;width:100%;border:none;outline:0;cursor:pointer;color:#fff;padding-top:8px;padding-bottom:8px;font-size:18px}
|
|
||||||
.login-body .login-box .input-box .remember-me{margin-top:20px}
|
|
||||||
.login-body .login-box .input-box .remember-me .layui-form-switch{margin-top:0}
|
|
||||||
.login-body .login-box .input-box .oauth{margin-top:20px}
|
|
||||||
.login-body .login-box .input-box .oauth i{cursor:pointer;font-size:28px}
|
|
||||||
.login-body .login-box .copyright{margin:10px 10px 10px 10px;font-size:12px}
|
|
||||||
|
|
||||||
/*index及其它页面*/
|
|
||||||
.layui-layout-admin .layui-logo{color:#fff;font-size:20px}
|
|
||||||
.layui-nav{padding:0}
|
|
||||||
.layui-layout-left{left:235px}
|
|
||||||
.layui-tab-title li:first-child .layui-tab-close{display:none}
|
|
||||||
.layui-tab-title li{background-color:#f2f2f2}
|
|
||||||
.layui-tab-brief>.layui-tab-title .layui-this{color:#fff;background-color:#1AA094;}
|
|
||||||
.menu-switch{width:30px;height:30px;position:relative;left:200px;top:16px;color:#fff;background-color:#1AA094;text-align:center;line-height:30px;cursor:pointer}
|
|
||||||
.weather{margin: 15px 0 0 20px;}
|
|
||||||
.textMarquee{float:left;width:450px;margin-top: 20px;}
|
|
||||||
.layui-nav-tree .layui-nav-child a{padding-left:36px}
|
|
||||||
.content-body{position:absolute;top:60px;right:0;bottom:42px;left:200px;z-index:1;overflow:hidden;}
|
|
||||||
.content-body .layui-tab{margin:0;}
|
|
||||||
.content-body .layui-tab-content{position:absolute;top:40px;bottom:0;width:100%;padding:0;z-index:-999;overflow:hidden}
|
|
||||||
.content-body .layui-tab-content .layui-tab-item{height:100%}
|
|
||||||
.content-body .layui-tab-content .layui-tab-item iframe{height:100%}
|
|
||||||
@media screen and (max-width:992px){
|
|
||||||
.textMarquee{display:none}
|
|
||||||
}
|
|
||||||
@media screen and (max-width:768px){
|
|
||||||
.layui-layout-admin .layui-bg-black{left:-200px}
|
|
||||||
.layui-layout-admin .content-body{left:0}
|
|
||||||
.layui-layout-admin .layui-footer{left:0}
|
|
||||||
.layui-layout-left{display:none}
|
|
||||||
}
|
|
||||||
@media screen and (max-width:480px){
|
|
||||||
.layui-layout-admin .layui-logo{left:-32px}
|
|
||||||
.menu-switch{left:140px}
|
|
||||||
}
|
|
||||||
@media screen and (max-width:330px){
|
|
||||||
.layui-layout-admin .layui-logo{left:-51px;font-size:14px}
|
|
||||||
.menu-switch{left:100px}
|
|
||||||
}
|
|
||||||
.yy{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;z-index:10;background-color:#000;display:none}
|
|
||||||
|
|
||||||
/*sub-page页面*/
|
|
||||||
.ok-body{padding:10px}
|
|
||||||
.layui-row-margin{margin:10px 5px 5px 5px}
|
|
||||||
.md2-sub1{width:40%;text-align:center;line-height:80px;float:left;border-top-left-radius:5px;border-bottom-left-radius:5px}
|
|
||||||
.md2-sub1 i{font-size:40px;display:block;cursor:pointer;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}
|
|
||||||
.md2-sub1 i:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}
|
|
||||||
.md2-sub2{width:60%;display:inline-block;background-color:#f2f2f2;line-height:46px;text-align:center;border-top-right-radius:5px;border-bottom-right-radius:5px}
|
|
||||||
.md2-sub2 span{font-size:25px;display:block;height:34px}
|
|
||||||
.md2-sub2 cite{font-style:normal}
|
|
||||||
.ok-body-breadcrumb{position:relative;line-height:39px;height:32px;border-bottom:1px solid #e5e5e5}
|
|
||||||
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
|
|
||||||
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:32px}
|
|
||||||
.ok-search{margin-top:15px}
|
|
||||||
.ok-search .layui-input{width:190px;padding-left:10px;margin-left:10px;float:left}
|
|
||||||
.ok-search .layui-input:first-child{margin-left:0}
|
|
||||||
.ok-search .layui-btn{margin-left:10px}
|
|
||||||
@media screen and (max-width:768px){
|
|
||||||
.ok-search .layui-input{width:100%;margin-left:0;margin-top:10px}
|
|
||||||
.ok-search .layui-btn{margin-left:0;margin-top:10px}
|
|
||||||
}
|
|
||||||
okToolbar{display:block;margin-top:10px;margin-bottom:10px;padding:5px;line-height:22px;border-radius:0 2px 2px 0;background-color:#f2f2f2}
|
|
||||||
okToolbar span{float:right;line-height:30px}
|
|
||||||
.ok-form{margin-top:10px}
|
|
||||||
|
|
||||||
/*滚动条代码*/
|
|
||||||
::-webkit-scrollbar{width:10px;height:10px}
|
|
||||||
::-webkit-scrollbar-button:vertical{display:none}
|
|
||||||
::-webkit-scrollbar-track:vertical{background-color:#000}
|
|
||||||
::-webkit-scrollbar-track-piece{background-color:#F5F5F5}
|
|
||||||
::-webkit-scrollbar-thumb{margin-right:10px;background-color:#A6A6A6}
|
|
||||||
::-webkit-scrollbar-thumb:hover{background-color:#aaa}
|
|
||||||
::-webkit-scrollbar-corner:vertical{background-color:#535353}
|
|
||||||
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
|
|
||||||
|
|
||||||
/* 公共样式 */
|
|
||||||
.tal{text-align:left;}
|
|
||||||
.tac{text-align:center;}
|
|
||||||
.tar{text-align:right;}
|
|
||||||
|
|
||||||
/*三级菜单、四级菜单、五级菜单、六级菜单、七级菜单、八级菜单、九级菜单、十级菜单*/
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child a{padding-left: 54px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 74px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 94px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 114px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 134px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 154px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 174px;}
|
|
||||||
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 194px;}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,115 +0,0 @@
|
||||||
{
|
|
||||||
"code": 0,
|
|
||||||
"msg": "",
|
|
||||||
"count": 12,
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "002",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "003",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "004",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "005",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "006",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "007",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "008",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "009",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "010",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "011",
|
|
||||||
"title": "LV降价了!宇宙大牌最值得买的包可以下手啦!",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/100",
|
|
||||||
"readSize": 288,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": true,
|
|
||||||
"status": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "012",
|
|
||||||
"title": "这颗彗星时速13.5万公里,有人想抓点样本带回地球",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn/p/101",
|
|
||||||
"readSize": 188,
|
|
||||||
"publisher": "admin",
|
|
||||||
"isTop": false,
|
|
||||||
"status": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
197
data/log.json
|
|
@ -1,197 +0,0 @@
|
||||||
{
|
|
||||||
"code": 0,
|
|
||||||
"msg": "",
|
|
||||||
"count": 12,
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
|
||||||
"method": "GET",
|
|
||||||
"ip": "127.0.0.1",
|
|
||||||
"timeConsuming": 100,
|
|
||||||
"status": true,
|
|
||||||
"operator": "admin",
|
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
405
data/menu.json
|
|
@ -1,405 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"title": "会员管理",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": true,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "用户列表",
|
|
||||||
"path": "pages/user/user.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "角色列表",
|
|
||||||
"path": "pages/role/role.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "权限列表",
|
|
||||||
"path": "pages/permission/permission.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "新闻管理",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "新闻列表",
|
|
||||||
"path": "pages/article/article.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "留言管理",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "留言列表",
|
|
||||||
"path": "pages/message/message.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "下载中心",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "下载列表",
|
|
||||||
"path": "pages/download/download.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "友情链接",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "链接列表",
|
|
||||||
"path": "pages/link/link.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "产品管理",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "产品列表",
|
|
||||||
"path": "pages/product/product.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "图表页面",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "柱状图",
|
|
||||||
"path": "pages/map/map1.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "折线图",
|
|
||||||
"path": "pages/map/map2.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "折线堆叠图",
|
|
||||||
"path": "pages/map/map3.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "饼图",
|
|
||||||
"path": "pages/map/map4.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "环形图",
|
|
||||||
"path": "pages/map/map5.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "散布图",
|
|
||||||
"path": "pages/map/map6.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "系统管理",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "网站配置",
|
|
||||||
"path": "pages/system/system-setting.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "系统日志",
|
|
||||||
"path": "pages/system/system-log.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "屏蔽词",
|
|
||||||
"path": "pages/system/system-shield.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "框架使用",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "okMenu使用",
|
|
||||||
"path": "pages/use/use-okMenu.html",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "okTab使用",
|
|
||||||
"path": "pages/use/use-okTab.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "okLayer使用",
|
|
||||||
"path": "pages/use/use-okLayer.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "okUtils使用",
|
|
||||||
"path": "pages/use/use-okUtils.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Layui图标",
|
|
||||||
"path": "https://www.layui.com/doc/element/icon.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Iconfont图标",
|
|
||||||
"path": "font/demo_index.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "其他页面",
|
|
||||||
"path": "",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "登陆页面",
|
|
||||||
"path": "pages/use/use-okTab.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "403页面",
|
|
||||||
"path": "pages/use/use-okLayer.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "404页面",
|
|
||||||
"path": "pages/use/use-okUtils.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "500页面",
|
|
||||||
"path": "https://www.layui.com/doc/element/icon.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "捐赠列表",
|
|
||||||
"path": "font/demo_index.html",
|
|
||||||
"font": "iconfont",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "多级菜单",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "购物网站",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "苏宁",
|
|
||||||
"path": "https://www.suning.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "京东",
|
|
||||||
"path": "https://www.jd.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "阿里",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "淘宝",
|
|
||||||
"path": "https://www.taobao.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "天猫",
|
|
||||||
"path": "https://www.tmall.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "聚划算",
|
|
||||||
"path": "https://ju.taobao.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "新浪微博",
|
|
||||||
"path": "https://www.sina.com.cn",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "搜索引擎",
|
|
||||||
"path": "",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false,
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"title": "百度",
|
|
||||||
"path": "https://www.baidu.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "谷歌",
|
|
||||||
"path": "https://www.google.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "360搜索",
|
|
||||||
"path": "https://www.so.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "搜狐",
|
|
||||||
"path": "http://www.sohu.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "网易",
|
|
||||||
"path": "https://www.163.com",
|
|
||||||
"font": "layui-icon",
|
|
||||||
"icon": "",
|
|
||||||
"spread": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,254 +0,0 @@
|
||||||
{
|
|
||||||
"code": 0,
|
|
||||||
"msg": "",
|
|
||||||
"count": 19,
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"authorityId": 1,
|
|
||||||
"authorityName": "系统管理",
|
|
||||||
"orderNumber": 1,
|
|
||||||
"menuUrl": null,
|
|
||||||
"menuIcon": "layui-icon-set",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": null,
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 0,
|
|
||||||
"parentId": -1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 2,
|
|
||||||
"authorityName": "用户管理",
|
|
||||||
"orderNumber": 2,
|
|
||||||
"menuUrl": "system/user",
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": null,
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 0,
|
|
||||||
"parentId": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 3,
|
|
||||||
"authorityName": "查询用户",
|
|
||||||
"orderNumber": 3,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/07/21 13:54:16",
|
|
||||||
"authority": "user:view",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/21 13:54:16",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 4,
|
|
||||||
"authorityName": "添加用户",
|
|
||||||
"orderNumber": 4,
|
|
||||||
"menuUrl": null,
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "user:add",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 5,
|
|
||||||
"authorityName": "修改用户",
|
|
||||||
"orderNumber": 5,
|
|
||||||
"menuUrl": null,
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "user:edit",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 6,
|
|
||||||
"authorityName": "删除用户",
|
|
||||||
"orderNumber": 6,
|
|
||||||
"menuUrl": null,
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "user:delete",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 7,
|
|
||||||
"authorityName": "角色管理",
|
|
||||||
"orderNumber": 7,
|
|
||||||
"menuUrl": "system/role",
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": null,
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 0,
|
|
||||||
"parentId": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 8,
|
|
||||||
"authorityName": "查询角色",
|
|
||||||
"orderNumber": 8,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/07/21 13:54:59",
|
|
||||||
"authority": "role:view",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/21 13:54:58",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 9,
|
|
||||||
"authorityName": "添加角色",
|
|
||||||
"orderNumber": 9,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "role:add",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 10,
|
|
||||||
"authorityName": "修改角色",
|
|
||||||
"orderNumber": 10,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "role:edit",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 11,
|
|
||||||
"authorityName": "删除角色",
|
|
||||||
"orderNumber": 11,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "role:delete",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 12,
|
|
||||||
"authorityName": "角色权限管理",
|
|
||||||
"orderNumber": 12,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "role:auth",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 15:27:18",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 13,
|
|
||||||
"authorityName": "权限管理",
|
|
||||||
"orderNumber": 13,
|
|
||||||
"menuUrl": "system/authorities",
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": null,
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 15:45:13",
|
|
||||||
"isMenu": 0,
|
|
||||||
"parentId": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 14,
|
|
||||||
"authorityName": "查询权限",
|
|
||||||
"orderNumber": 14,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/07/21 13:55:57",
|
|
||||||
"authority": "authorities:view",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/21 13:55:56",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 13
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 15,
|
|
||||||
"authorityName": "添加权限",
|
|
||||||
"orderNumber": 15,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "authorities:add",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/06/29 11:05:41",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 13
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 16,
|
|
||||||
"authorityName": "修改权限",
|
|
||||||
"orderNumber": 16,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/07/13 09:13:42",
|
|
||||||
"authority": "authorities:edit",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/13 09:13:42",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 13
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 17,
|
|
||||||
"authorityName": "删除权限",
|
|
||||||
"orderNumber": 17,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": "authorities:delete",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/06/29 11:05:41",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 13
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 18,
|
|
||||||
"authorityName": "登录日志",
|
|
||||||
"orderNumber": 18,
|
|
||||||
"menuUrl": "system/loginRecord",
|
|
||||||
"menuIcon": null,
|
|
||||||
"createTime": "2018/06/29 11:05:41",
|
|
||||||
"authority": null,
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/06/29 11:05:41",
|
|
||||||
"isMenu": 0,
|
|
||||||
"parentId": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"authorityId": 19,
|
|
||||||
"authorityName": "查询登录日志",
|
|
||||||
"orderNumber": 19,
|
|
||||||
"menuUrl": "",
|
|
||||||
"menuIcon": "",
|
|
||||||
"createTime": "2018/07/21 13:56:43",
|
|
||||||
"authority": "loginRecord:view",
|
|
||||||
"checked": 0,
|
|
||||||
"updateTime": "2018/07/21 13:56:43",
|
|
||||||
"isMenu": 1,
|
|
||||||
"parentId": 18
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,89 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "查询成功",
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"id": "1",
|
|
||||||
"name": "根目录",
|
|
||||||
"isParent": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2",
|
|
||||||
"name": "会员管理",
|
|
||||||
"isParent": true,
|
|
||||||
"parentId": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "3",
|
|
||||||
"name": "用户管理",
|
|
||||||
"isParent": true,
|
|
||||||
"parentId": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "4",
|
|
||||||
"name": "增加",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "5",
|
|
||||||
"name": "修改",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "6",
|
|
||||||
"name": "删除",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "7",
|
|
||||||
"name": "角色管理",
|
|
||||||
"isParent": true,
|
|
||||||
"parentId": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "8",
|
|
||||||
"name": "增加",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "9",
|
|
||||||
"name": "修改",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "10",
|
|
||||||
"name": "删除",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "7"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "11",
|
|
||||||
"name": "权限管理",
|
|
||||||
"isParent": true,
|
|
||||||
"parentId": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "12",
|
|
||||||
"name": "增加",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "13",
|
|
||||||
"name": "修改",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "11"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "14",
|
|
||||||
"name": "删除",
|
|
||||||
"isParent": false,
|
|
||||||
"parentId": "11"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"code": 0,
|
|
||||||
"msg": "",
|
|
||||||
"count": 3,
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"name": "ADMIN",
|
|
||||||
"remarks": "管理员",
|
|
||||||
"createUser": "admin",
|
|
||||||
"createTime": "2018-05-06 18:15:28"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "002",
|
|
||||||
"name": "TEACHER",
|
|
||||||
"remarks": "教师",
|
|
||||||
"createUser": "admin",
|
|
||||||
"createTime": "2018-05-06 19:15:28"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "003",
|
|
||||||
"name": "STUDENT",
|
|
||||||
"remarks": "学生",
|
|
||||||
"createUser": "admin",
|
|
||||||
"createTime": "2018-05-06 20:15:28"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {}
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"status": 1000,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"data": {
|
|
||||||
"username": "bobi",
|
|
||||||
"email": "bobi1234@foxmail.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,139 +0,0 @@
|
||||||
{
|
|
||||||
"code": 0,
|
|
||||||
"msg": "操作成功",
|
|
||||||
"count": 11,
|
|
||||||
"data": [
|
|
||||||
{
|
|
||||||
"id": "001",
|
|
||||||
"username": "zhangsan",
|
|
||||||
"reallyName": "张三",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 0,
|
|
||||||
"role": 0,
|
|
||||||
"email": "zhangsan@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "002",
|
|
||||||
"username": "lisi",
|
|
||||||
"reallyName": "李四",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 0,
|
|
||||||
"role": 0,
|
|
||||||
"email": "lisi@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "003",
|
|
||||||
"username": "wangwu",
|
|
||||||
"reallyName": "王五",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "wangwu@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "004",
|
|
||||||
"username": "zhaoliu",
|
|
||||||
"reallyName": "赵六",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "zhaoliu@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "005",
|
|
||||||
"username": "sunqi",
|
|
||||||
"reallyName": "孙七",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "sunqi@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "006",
|
|
||||||
"username": "zhouba",
|
|
||||||
"reallyName": "周八",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "zhouba@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "007",
|
|
||||||
"username": "wujiu",
|
|
||||||
"reallyName": "吴九",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "wujiu@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "008",
|
|
||||||
"username": "zhengshi",
|
|
||||||
"reallyName": "郑十",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "zhengshi@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "009",
|
|
||||||
"username": "liubei",
|
|
||||||
"reallyName": "刘备",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "liubei@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "010",
|
|
||||||
"username": "zhangfei",
|
|
||||||
"reallyName": "张飞",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "zhangfei@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "011",
|
|
||||||
"username": "guanyu",
|
|
||||||
"reallyName": "关羽",
|
|
||||||
"password": "111111",
|
|
||||||
"status": 1,
|
|
||||||
"role": 1,
|
|
||||||
"email": "guanyu@qq.com",
|
|
||||||
"phone": "13222222222",
|
|
||||||
"createTime": "2018-05-06 18:15:28",
|
|
||||||
"logins": 24
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
539
font/demo.css
|
|
@ -1,539 +0,0 @@
|
||||||
/* Logo 字体 */
|
|
||||||
@font-face {
|
|
||||||
font-family: "iconfont logo";
|
|
||||||
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
|
|
||||||
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
|
|
||||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
|
|
||||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
|
|
||||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
font-family: "iconfont logo";
|
|
||||||
font-size: 160px;
|
|
||||||
font-style: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* tabs */
|
|
||||||
.nav-tabs {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-tabs .nav-more {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
height: 42px;
|
|
||||||
line-height: 42px;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs {
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs li {
|
|
||||||
cursor: pointer;
|
|
||||||
width: 100px;
|
|
||||||
height: 40px;
|
|
||||||
line-height: 40px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 16px;
|
|
||||||
border-bottom: 2px solid transparent;
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
margin-bottom: -1px;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#tabs .active {
|
|
||||||
border-bottom-color: #f00;
|
|
||||||
color: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab-container .content {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 页面布局 */
|
|
||||||
.main {
|
|
||||||
padding: 30px 100px;
|
|
||||||
width: 960px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main .logo {
|
|
||||||
color: #333;
|
|
||||||
text-align: left;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
line-height: 1;
|
|
||||||
height: 110px;
|
|
||||||
margin-top: -50px;
|
|
||||||
overflow: hidden;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main .logo a {
|
|
||||||
font-size: 160px;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.helps {
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.helps pre {
|
|
||||||
padding: 20px;
|
|
||||||
margin: 10px 0;
|
|
||||||
border: solid 1px #e7e1cd;
|
|
||||||
background-color: #fffdef;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists {
|
|
||||||
width: 100% !important;
|
|
||||||
overflow: hidden;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists li {
|
|
||||||
width: 100px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-right: 20px;
|
|
||||||
text-align: center;
|
|
||||||
list-style: none !important;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists li .code-name {
|
|
||||||
line-height: 1.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists .icon {
|
|
||||||
display: block;
|
|
||||||
height: 100px;
|
|
||||||
line-height: 100px;
|
|
||||||
font-size: 42px;
|
|
||||||
margin: 10px auto;
|
|
||||||
color: #333;
|
|
||||||
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
|
|
||||||
-moz-transition: font-size 0.25s linear, width 0.25s linear;
|
|
||||||
transition: font-size 0.25s linear, width 0.25s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists .icon:hover {
|
|
||||||
font-size: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists .svg-icon {
|
|
||||||
/* 通过设置 font-size 来改变图标大小 */
|
|
||||||
width: 1em;
|
|
||||||
/* 图标和文字相邻时,垂直对齐 */
|
|
||||||
vertical-align: -0.15em;
|
|
||||||
/* 通过设置 color 来改变 SVG 的颜色/fill */
|
|
||||||
fill: currentColor;
|
|
||||||
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
|
|
||||||
normalize.css 中也包含这行 */
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon_lists li .name,
|
|
||||||
.icon_lists li .code-name {
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* markdown 样式 */
|
|
||||||
.markdown {
|
|
||||||
color: #666;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 1.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlight {
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown img {
|
|
||||||
vertical-align: middle;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h1 {
|
|
||||||
color: #404040;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 40px;
|
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h2,
|
|
||||||
.markdown h3,
|
|
||||||
.markdown h4,
|
|
||||||
.markdown h5,
|
|
||||||
.markdown h6 {
|
|
||||||
color: #404040;
|
|
||||||
margin: 1.6em 0 0.6em 0;
|
|
||||||
font-weight: 500;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h1 {
|
|
||||||
font-size: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h2 {
|
|
||||||
font-size: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h3 {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h4 {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h5 {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h6 {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown hr {
|
|
||||||
height: 1px;
|
|
||||||
border: 0;
|
|
||||||
background: #e9e9e9;
|
|
||||||
margin: 16px 0;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>p,
|
|
||||||
.markdown>blockquote,
|
|
||||||
.markdown>.highlight,
|
|
||||||
.markdown>ol,
|
|
||||||
.markdown>ul {
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown ul>li {
|
|
||||||
list-style: circle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>ul li,
|
|
||||||
.markdown blockquote ul>li {
|
|
||||||
margin-left: 20px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>ul li p,
|
|
||||||
.markdown>ol li p {
|
|
||||||
margin: 0.6em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown ol>li {
|
|
||||||
list-style: decimal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>ol li,
|
|
||||||
.markdown blockquote ol>li {
|
|
||||||
margin-left: 20px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown code {
|
|
||||||
margin: 0 3px;
|
|
||||||
padding: 0 5px;
|
|
||||||
background: #eee;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown strong,
|
|
||||||
.markdown b {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0px;
|
|
||||||
empty-cells: show;
|
|
||||||
border: 1px solid #e9e9e9;
|
|
||||||
width: 95%;
|
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>table th {
|
|
||||||
white-space: nowrap;
|
|
||||||
color: #333;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>table th,
|
|
||||||
.markdown>table td {
|
|
||||||
border: 1px solid #e9e9e9;
|
|
||||||
padding: 8px 16px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>table th {
|
|
||||||
background: #F7F7F7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown blockquote {
|
|
||||||
font-size: 90%;
|
|
||||||
color: #999;
|
|
||||||
border-left: 4px solid #e9e9e9;
|
|
||||||
padding-left: 0.8em;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown blockquote p {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown .anchor {
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.3s ease;
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown .waiting {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown h1:hover .anchor,
|
|
||||||
.markdown h2:hover .anchor,
|
|
||||||
.markdown h3:hover .anchor,
|
|
||||||
.markdown h4:hover .anchor,
|
|
||||||
.markdown h5:hover .anchor,
|
|
||||||
.markdown h6:hover .anchor {
|
|
||||||
opacity: 1;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown>br,
|
|
||||||
.markdown>p>br {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.hljs {
|
|
||||||
display: block;
|
|
||||||
background: white;
|
|
||||||
padding: 0.5em;
|
|
||||||
color: #333333;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-comment,
|
|
||||||
.hljs-meta {
|
|
||||||
color: #969896;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-string,
|
|
||||||
.hljs-variable,
|
|
||||||
.hljs-template-variable,
|
|
||||||
.hljs-strong,
|
|
||||||
.hljs-emphasis,
|
|
||||||
.hljs-quote {
|
|
||||||
color: #df5000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-keyword,
|
|
||||||
.hljs-selector-tag,
|
|
||||||
.hljs-type {
|
|
||||||
color: #a71d5d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-literal,
|
|
||||||
.hljs-symbol,
|
|
||||||
.hljs-bullet,
|
|
||||||
.hljs-attribute {
|
|
||||||
color: #0086b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-section,
|
|
||||||
.hljs-name {
|
|
||||||
color: #63a35c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-tag {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-title,
|
|
||||||
.hljs-attr,
|
|
||||||
.hljs-selector-id,
|
|
||||||
.hljs-selector-class,
|
|
||||||
.hljs-selector-attr,
|
|
||||||
.hljs-selector-pseudo {
|
|
||||||
color: #795da3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-addition {
|
|
||||||
color: #55a532;
|
|
||||||
background-color: #eaffea;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-deletion {
|
|
||||||
color: #bd2c00;
|
|
||||||
background-color: #ffecec;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-link {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 代码高亮 */
|
|
||||||
/* PrismJS 1.15.0
|
|
||||||
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
|
|
||||||
/**
|
|
||||||
* prism.js default theme for JavaScript, CSS and HTML
|
|
||||||
* Based on dabblet (http://dabblet.com)
|
|
||||||
* @author Lea Verou
|
|
||||||
*/
|
|
||||||
code[class*="language-"],
|
|
||||||
pre[class*="language-"] {
|
|
||||||
color: black;
|
|
||||||
background: none;
|
|
||||||
text-shadow: 0 1px white;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
-o-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
-moz-hyphens: none;
|
|
||||||
-ms-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*="language-"]::-moz-selection,
|
|
||||||
pre[class*="language-"] ::-moz-selection,
|
|
||||||
code[class*="language-"]::-moz-selection,
|
|
||||||
code[class*="language-"] ::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*="language-"]::selection,
|
|
||||||
pre[class*="language-"] ::selection,
|
|
||||||
code[class*="language-"]::selection,
|
|
||||||
code[class*="language-"] ::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
|
|
||||||
code[class*="language-"],
|
|
||||||
pre[class*="language-"] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*="language-"] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: .5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre)>code[class*="language-"],
|
|
||||||
pre[class*="language-"] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre)>code[class*="language-"] {
|
|
||||||
padding: .1em;
|
|
||||||
border-radius: .3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: slategray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.namespace {
|
|
||||||
opacity: .7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.tag,
|
|
||||||
.token.boolean,
|
|
||||||
.token.number,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol,
|
|
||||||
.token.deleted {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url,
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string {
|
|
||||||
color: #9a6e3a;
|
|
||||||
background: hsla(0, 0%, 100%, .5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.function,
|
|
||||||
.token.class-name {
|
|
||||||
color: #DD4A68;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
|
||||||
.token.important,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
1412
font/demo_index.html
|
Before Width: | Height: | Size: 113 KiB |
BIN
imgs/bg.png
|
Before Width: | Height: | Size: 28 KiB |
BIN
imgs/favicon.ico
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
imgs/head.png
|
Before Width: | Height: | Size: 262 KiB |
BIN
imgs/ok.png
|
Before Width: | Height: | Size: 5.4 KiB |
BIN
imgs/qq.jpeg
|
Before Width: | Height: | Size: 39 KiB |
BIN
imgs/wx.jpg
|
Before Width: | Height: | Size: 73 KiB |
BIN
imgs/zfb.jpg
|
Before Width: | Height: | Size: 44 KiB |
81
index.html
|
|
@ -1,81 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>ok-admin v1.0 | 很赞的后台模版</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
||||||
<meta name="keywords" content="ok-admin v1.0,ok-admin网站后台模版,后台模版下载,后台管理系统模版,HTML后台模版下载">
|
|
||||||
<meta name="description" content="ok-admin v1.0,顾名思义,很赞的后台模版,它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板,适合中小型CMS后台系统。">
|
|
||||||
<link rel="shortcut icon" href="imgs/favicon.ico"/>
|
|
||||||
<link rel="stylesheet" href="css/okadmin.css">
|
|
||||||
</head>
|
|
||||||
<body class="layui-layout-body">
|
|
||||||
<div class="layui-layout layui-layout-admin">
|
|
||||||
<!--头部导航-->
|
|
||||||
<div class="layui-header">
|
|
||||||
<div class="layui-logo">ok-admin v1.0</div>
|
|
||||||
<div class="menu-switch">
|
|
||||||
<i class="iconfont icon-caidan"></i>
|
|
||||||
</div>
|
|
||||||
<ul class="layui-nav layui-layout-left">
|
|
||||||
<li class="weather">
|
|
||||||
<div id="tp-weather-widget"></div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul class="layui-nav layui-layout-right">
|
|
||||||
<li class="textMarquee">
|
|
||||||
<marquee>通知:今天,明天,后天,开始大幅降温了,请不要傻不愣登的,只要风度不要温度,再把自己弄感冒喽!</marquee>
|
|
||||||
</li>
|
|
||||||
<li class="layui-nav-item">
|
|
||||||
<a href="javascript:;">
|
|
||||||
<img src="imgs/head.png" class="layui-nav-img">
|
|
||||||
bobi
|
|
||||||
</a>
|
|
||||||
<dl class="layui-nav-child">
|
|
||||||
<dd><a href="javascript:;" path="user-center.html" tab-id="0-1">个人中心<span class="layui-badge-dot"></span></a></dd>
|
|
||||||
<dd><a href="javascript:;" path="user-info.html" tab-id="0-2">基本资料</a></dd>
|
|
||||||
<dd><a href="javascript:;" path="user-security.html" tab-id="0-3">安全设置</a></dd>
|
|
||||||
<dd><a href="javascript:;" id="lock">锁定账户</a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
<li class="layui-nav-item"><a href="javascript:void(0)" id="logout">退出</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!--左侧导航区域-->
|
|
||||||
<div class="layui-side layui-bg-black">
|
|
||||||
<div class="layui-side-scroll">
|
|
||||||
<ul class="layui-nav layui-nav-tree" lay-shrink="all" lay-filter="navFilter">
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- 内容主体区域 -->
|
|
||||||
<div class="content-body">
|
|
||||||
<div class="layui-tab layui-tab-brief" lay-filter="ok-tab" lay-allowClose="true">
|
|
||||||
<ul class="layui-tab-title">
|
|
||||||
<li class="layui-this"><i class="iconfont icon-home" style="font-size:15px;"></i> 控制台</li>
|
|
||||||
</ul>
|
|
||||||
<div class="layui-tab-content">
|
|
||||||
<div class="layui-tab-item layui-show">
|
|
||||||
<iframe src="pages/welcome.html" frameborder="0" scrolling="yes" width="100%" height="100%"></iframe>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--底部信息-->
|
|
||||||
<div class="layui-footer">
|
|
||||||
Copyright ©2018-©<span id="endYear"></span> ok-admin v1.0 All Rights Reserved
|
|
||||||
<button class="layui-btn layui-btn-danger layui-btn-xs donate">捐赠作者</button>
|
|
||||||
<button class="layui-btn layui-btn-danger layui-btn-xs communication">QQ群交流</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="yy"></div>
|
|
||||||
<!--js逻辑-->
|
|
||||||
<script src="lib/layui/layui.js"></script>
|
|
||||||
<script src="js/okadmin.js"></script>
|
|
||||||
<!--天气预报插件-->
|
|
||||||
<script>(function(T,h,i,n,k,P,a,g,e){g=function(){P=h.createElement(i);a=h.getElementsByTagName(i)[0];P.src=k;P.charset="utf-8";P.async=1;a.parentNode.insertBefore(P,a)};T["ThinkPageWeatherWidgetObject"]=n;T[n]||(T[n]=function(){(T[n].q=T[n].q||[]).push(arguments)});T[n].l=+new Date();if(T.attachEvent){T.attachEvent("onload",g)}else{T.addEventListener("load",g,false)}}(window,document,"script","tpwidget","//widget.seniverse.com/widget/chameleon.js"))</script>
|
|
||||||
<script>tpwidget("init",{"flavor":"slim","location":"WX4FBXXFKE4F","geolocation":"enabled","language":"zh-chs","unit":"c","theme":"chameleon","container":"tp-weather-widget","bubble":"disabled","alarmType":"badge","color":"#FFFFFF","uid":"U9EC08A15F","hash":"039da28f5581f4bcb5c799fb4cdfb673"});tpwidget("show");</script>
|
|
||||||
<!--百度统计-->
|
|
||||||
<script>var _hmt=_hmt||[];(function(){var hm=document.createElement("script");hm.src="https://hm.baidu.com/hm.js?e4a38d186cb7e65e5ead3eb3f7eb190e";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm,s)})();</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
135
js/okadmin.js
|
|
@ -1,135 +0,0 @@
|
||||||
layui.config({
|
|
||||||
base: "lib/okPlugins/"
|
|
||||||
}).extend({
|
|
||||||
okTab: "okTab",
|
|
||||||
okUtils: "okUtils",
|
|
||||||
okMenu: "okMenu"
|
|
||||||
}).use(["element", "layer", "okTab", "okMenu"], function () {
|
|
||||||
var element = layui.element;
|
|
||||||
var layer = layui.layer;
|
|
||||||
var okTab = layui.okTab;
|
|
||||||
var okMenu = layui.okMenu;
|
|
||||||
var $ = layui.jquery;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* localhost运行提示
|
|
||||||
*/
|
|
||||||
var href = location.href;
|
|
||||||
if (href.substring(0, 4) != "http") {
|
|
||||||
layer.msg("请先部署到localhost环境下再访问!", {icon: 7, time: 3000, anim: 1});
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 左边菜单显示/隐藏功能
|
|
||||||
* @type {boolean}
|
|
||||||
*/
|
|
||||||
$(".menu-switch").click(function () {
|
|
||||||
if ($(".layui-layout-admin .layui-side").css("left") == '0px') {
|
|
||||||
$(".layui-layout-admin .layui-side").animate({left: "-200px"});
|
|
||||||
$(".layui-layout-admin .content-body").animate({left: "0px"});
|
|
||||||
$(".layui-layout-admin .layui-footer").animate({left: "0px"});
|
|
||||||
} else {
|
|
||||||
$(".layui-layout-admin .layui-side").animate({left: "0px"});
|
|
||||||
$(".layui-layout-admin .content-body").animate({left: "200px"});
|
|
||||||
$(".layui-layout-admin .layui-footer").animate({left: "200px"});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生成左侧菜单树
|
|
||||||
*/
|
|
||||||
okMenu.generatorMenu("data/menu.json", "get");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 监听导航菜单的点击
|
|
||||||
*/
|
|
||||||
element.on("nav(navFilter)", function (elem) {
|
|
||||||
var path = elem.context.attributes.path;
|
|
||||||
if (path && path.textContent != "") {
|
|
||||||
// var title = elem.context.innerHTML;
|
|
||||||
var title = elem.context.innerText;
|
|
||||||
title = title.substring(title.indexOf(" "), title.length);
|
|
||||||
var path = path.textContent;
|
|
||||||
okTab.add(title, path)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 修改copyright结束时间
|
|
||||||
*/
|
|
||||||
var data = new Date();
|
|
||||||
var year = data.getFullYear();
|
|
||||||
$("#endYear").text(year);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 捐赠作者
|
|
||||||
*/
|
|
||||||
$(".layui-footer button.donate").click(function () {
|
|
||||||
layer.tab({
|
|
||||||
area: ["330px", "350px"],
|
|
||||||
tab: [{
|
|
||||||
title: "支付宝",
|
|
||||||
content: "<img src='imgs/zfb.jpg' width='200' height='300' style='margin-left: 60px'>"
|
|
||||||
}, {
|
|
||||||
title: "微信",
|
|
||||||
content: "<img src='imgs/wx.jpg' width='200' height='300' style='margin-left: 60px'>"
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* QQ群交流
|
|
||||||
*/
|
|
||||||
$(".layui-footer button.communication").click(function () {
|
|
||||||
layer.tab({
|
|
||||||
area: ["330px", "350px"],
|
|
||||||
tab: [{
|
|
||||||
title: "QQ群",
|
|
||||||
content: "<img src='imgs/qq.jpeg' width='200' height='300' style='margin-left: 60px'>"
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 退出操作
|
|
||||||
*/
|
|
||||||
$("#logout").click(function () {
|
|
||||||
layer.confirm("确定要退出吗?", {skin: 'layui-layer-lan', icon: 3, title: '提示', anim: 6}, function () {
|
|
||||||
window.location = "pages/user/login.html";
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 锁定账户
|
|
||||||
*/
|
|
||||||
$("#lock").click(function () {
|
|
||||||
layer.confirm("确定要锁定账户吗?", {skin: 'layui-layer-lan', icon: 4, title: '提示', anim: 1}, function (index) {
|
|
||||||
layer.close(index);
|
|
||||||
$(".yy").show();
|
|
||||||
layer.prompt({
|
|
||||||
btn: ['确定'],
|
|
||||||
title: '输入密码解锁(123456)',
|
|
||||||
closeBtn: 0,
|
|
||||||
formType: 1
|
|
||||||
}, function (value, index, elem) {
|
|
||||||
if (value == "123456") {
|
|
||||||
layer.close(index);
|
|
||||||
$(".yy").hide();
|
|
||||||
} else {
|
|
||||||
layer.msg('密码错误', {anim: 6});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
console.log(" __ .___ .__ \n" +
|
|
||||||
" ____ | | __ _____ __| _/_____ |__| ____ \n" +
|
|
||||||
" / _ \\| |/ / ______ \\__ \\ / __ |/ \\| |/ \\ \n" +
|
|
||||||
"( <_> ) < /_____/ / __ \\_/ /_/ | Y Y \\ | | \\\n" +
|
|
||||||
" \\____/|__|_ \\ (____ /\\____ |__|_| /__|___| /\n" +
|
|
||||||
" \\/ \\/ \\/ \\/ \\/ \n" +
|
|
||||||
"版本:v1.0\n" +
|
|
||||||
"作者:bobi\n" +
|
|
||||||
"邮箱:bobi1234@foxmail.com\n" +
|
|
||||||
"描述:一个很赞的,扁平化风格的,响应式布局的后台管理模版,旨为后端程序员减压!")
|
|
||||||
});
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/** layui-v2.4.5 MIT License By https://www.layui.com */
|
|
||||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
|
|
||||||
|
Before Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 701 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 777 B |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |