This commit is contained in:
yubaolee 2017-08-30 17:15:05 +08:00
parent c1e84d7334
commit c37164b5a8
13 changed files with 684 additions and 7 deletions

View File

@ -3,10 +3,8 @@ using System.Linq;
using System.Text;
using System.Web.Mvc;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.App.SSO;
using OpenAuth.App.ViewModel;
using OpenAuth.Mvc.Models;
namespace OpenAuth.Mvc.Controllers
{
@ -19,6 +17,11 @@ namespace OpenAuth.Mvc.Controllers
return View();
}
public ActionResult Main()
{
return View();
}
public string GetNavBar()
{
var user = AuthUtil.GetCurrentUser();

View File

@ -335,6 +335,14 @@
<Content Include="layui\font\iconfont.eot" />
<Content Include="layui\font\iconfont.ttf" />
<Content Include="layui\font\iconfont.woff" />
<Content Include="json\images.json" />
<Content Include="json\linksList.json" />
<Content Include="json\message.json" />
<Content Include="json\navs.json" />
<Content Include="json\newsList.json" />
<Content Include="json\systemParameter.json" />
<Content Include="json\userface.json" />
<Content Include="json\usersList.json" />
<None Include="Properties\PublishProfiles\default.pubxml" />
<Content Include="Views\Home\git.cshtml" />
<Content Include="Web.config">
@ -356,6 +364,7 @@
<Content Include="Areas\FlowManage\Views\FlowInstances\Index.cshtml" />
<Content Include="Views\Shared\_FlowForm.cshtml" />
<Content Include="Views\Shared\_Form.cshtml" />
<Content Include="Views\Home\Main.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>layui后台管理模板</title>
<title>OpenAuth.Net</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
@ -19,7 +19,7 @@
<!-- 顶部 -->
<div class="layui-header header">
<div class="layui-main">
<a href="#" class="logo">layui后台管理</a>
<a href="#" class="logo">OpenAuth.Net</a>
<!-- 显示/隐藏菜单 -->
<a href="javascript:;" class="iconfont hideMenu icon-menu1"></a>
<!-- 搜索 -->
@ -70,7 +70,7 @@ tpwidget("init", {
<li class="layui-nav-item" pc>
<a href="javascript:;">
<img src="/images/face.jpg" class="layui-circle" width="35" height="35">
<cite>请叫我马哥</cite>
<cite>admin</cite>
</a>
<dl class="layui-nav-child">
<dd><a href="javascript:;" data-url="page/user/userInfo.html"><i class="iconfont icon-zhanghu" data-icon="icon-zhanghu"></i><cite>个人资料</cite></a></dd>
@ -108,7 +108,7 @@ tpwidget("init", {
</ul>
<div class="layui-tab-content clildFrame">
<div class="layui-tab-item layui-show">
<iframe src="page/main.html"></iframe>
<iframe src="/Home/Main"></iframe>
</div>
</div>
</div>

View File

@ -0,0 +1,165 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>首页--OpenAuth.Net</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="/layui/css/layui.css" media="all" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_tnyc012u2rlwstt9.css" media="all" />
<link rel="stylesheet" href="/css/main.css" media="all" />
</head>
<body class="childrenBody">
<div class="panel_box row">
<div class="panel col">
<a href="javascript:;" data-url="page/message/message.html">
<div class="panel_icon">
<i class="layui-icon" data-icon="&#xe63a;">&#xe63a;</i>
</div>
<div class="panel_word newMessage">
<span></span>
<cite>新消息</cite>
</div>
</a>
</div>
<div class="panel col">
<a href="javascript:;" data-url="page/user/allUsers.html">
<div class="panel_icon" style="background-color:#FF5722;">
<i class="iconfont icon-dongtaifensishu" data-icon="icon-dongtaifensishu"></i>
</div>
<div class="panel_word userAll">
<span></span>
<cite>新增人数</cite>
</div>
</a>
</div>
<div class="panel col">
<a href="javascript:;" data-url="page/user/allUsers.html">
<div class="panel_icon" style="background-color:#009688;">
<i class="layui-icon" data-icon="&#xe613;">&#xe613;</i>
</div>
<div class="panel_word userAll">
<span></span>
<cite>用户总数</cite>
</div>
</a>
</div>
<div class="panel col">
<a href="javascript:;" data-url="page/img/images.html">
<div class="panel_icon" style="background-color:#5FB878;">
<i class="layui-icon" data-icon="&#xe64a;">&#xe64a;</i>
</div>
<div class="panel_word imgAll">
<span></span>
<cite>图片总数</cite>
</div>
</a>
</div>
<div class="panel col">
<a href="javascript:;" data-url="page/news/newsList.html">
<div class="panel_icon" style="background-color:#F7B824;">
<i class="iconfont icon-wenben" data-icon="icon-wenben"></i>
</div>
<div class="panel_word waitNews">
<span></span>
<cite>待审核文章</cite>
</div>
</a>
</div>
<div class="panel col max_panel">
<a href="javascript:;" data-url="page/news/newsList.html">
<div class="panel_icon" style="background-color:#2F4056;">
<i class="iconfont icon-text" data-icon="icon-text"></i>
</div>
<div class="panel_word allNews">
<span></span>
<em>文章总数</em>
<cite>文章列表</cite>
</div>
</a>
</div>
</div>
<blockquote class="layui-elem-quote explain">
<p>本模板基于Layui实现支持除LayIM外所有的Layui组件。<a href="http://layim.layui.com/" target="_blank" class="layui-btn layui-btn-mini">前往获取LayIM授权</a><a href="https://git.oschina.net/layuicms/layuicms" target="_blank" class="layui-btn layui-btn-mini layui-btn-danger">码云下载</a><a href="https://github.com/BrotherMa/layuiCMS" target="_blank" class="layui-btn layui-btn-mini layui-btn-danger">GitHub下载</a> <span style="color:#1E9FFF;">郑重提示:网站所有数据均为静态数据,无数据库,除打开的窗口和部分小改动外所有操作刷新后无效,关闭窗口或清除缓存后,所有操作无效,请知悉</span></p>
<p>开发文档地址:<a class="layui-btn layui-btn-mini" target="_blank" href="http://www.layui.com/doc">点此跳转</a> <a class="layui-btn layui-btn-mini layui-btn-danger" target="_blank" href="http://fly.layui.com/case/u/3198216">我要点赞</a> 技术交流QQ群<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=8b7dd3ea73528c1e46c5d4e522426d60deed355caefdf481c1eacdd1b7b73bfd"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="OpenAuth.Net模版" title="OpenAuth.Net模版"></a>(添加时请注明来自本框架) <span style="color:#f00;">注本框架未引入任何第三方组件天气信息除外单纯的layui+js实现的各种功能【本框架仅作为学习交流使用如需用作商业用途请联系作者授权谢谢】</span></p>
</blockquote>
<div class="row">
<div class="sysNotice col">
<blockquote class="layui-elem-quote title">更新日志</blockquote>
<div class="layui-elem-quote layui-quote-nm">
<h3># v1.0.1(优化) - 2017-06-25</h3>
<p>* 修改刚进入页面无任何操作时按回车键提示“请输入解锁密码!”</p>
<p>* 优化关闭弹窗按钮的提示信息位置问题【可能是因为加载速度的原因,造成这个问题,所以将提示信息做了一个延时】</p>
<p>* “个人资料”提供修改功能</p>
<p>* 顶部天气信息自动判断位置【忘记之前是怎么想的做成北京的了,可能是我在大首都吧,哈哈。。。】</p>
<p>* 优化“用户列表”无法查询到新添加的用户【竟然是因为我把key值写错了该死。。。】</p>
<p>* 将左侧菜单做成json方式调用而不是js调用方便开发使用。同时添加了参数配置和非窗口模式打开的判断【如登录页面】</p>
<p>* 优化部分页面样式问题</p>
<p>* 优化添加窗时如果导航不存在图标无法添加成功</p>
<br />
<p># v1.0.1(新增) - 2017-07-05</p>
<p>* 增加“用户列表”批量删除功能【可能当时忘记添加了吧。。。】</p>
<p style="color:#f00;">* 顶部窗口导航添加“关闭其他”、“关闭全部”功能同时修改菜单窗口过多的展示效果【在此感谢larryCMS给予的启发】</p>
<p>* 添加可隐藏左侧菜单功能【之前考虑没必要添加,但是很多朋友要求加上,那就加上吧,嘿嘿。。。】</p>
<p>* 增加换肤功能【之前就想添加的,但是一直没有找到好的方式(好吧,其实是我忘记了),此方法相对简单,不是普遍适用,只简单的做个功能,如果实际用到建议单独写一套样式,将边框颜色、按钮颜色等统一调整,此处为保证代码的简洁性,只做简单的功能,不做赘述,另外“自定义”颜色中未做校验,所以要写入正确的色值。如“#f00”】</p>
<p style="color:#f00;">* 增加登录页面【背景视频仅作样式参考,实际使用中请自行更换为其他视频或图片,否则造成的任何问题使用者本人承担。】</p>
<p>* 新增打开窗口的动画效果</p>
</div>
</div>
<div class="sysNotice col">
<blockquote class="layui-elem-quote title">系统基本参数</blockquote>
<table class="layui-table">
<colgroup>
<col width="150">
<col>
</colgroup>
<tbody>
<tr>
<td>当前版本</td>
<td class="version"></td>
</tr>
<tr>
<td>开发作者</td>
<td class="author"></td>
</tr>
<tr>
<td>网站首页</td>
<td class="homePage"></td>
</tr>
<tr>
<td>服务器环境</td>
<td class="server"></td>
</tr>
<tr>
<td>数据库版本</td>
<td class="dataBase"></td>
</tr>
<tr>
<td>最大上传限制</td>
<td class="maxUpload"></td>
</tr>
<tr>
<td>当前用户权限</td>
<td class="userRights"></td>
</tr>
</tbody>
</table>
<blockquote class="layui-elem-quote title">最新文章<i class="iconfont icon-new1"></i></blockquote>
<table class="layui-table" lay-skin="line">
<colgroup>
<col>
<col width="110">
</colgroup>
<tbody class="hot_news"></tbody>
</table>
</div>
</div>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
</body>
</html>

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>登录--layui后台管理模板</title>
<title>登录--OpenAuth.Net模板</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

View File

@ -0,0 +1,94 @@
[{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照1"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照2"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照3"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照4"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照5"
},{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照6"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照7"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照8"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照9"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照10"
},{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照11"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照12"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照13"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照14"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照15"
},{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照16"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照17"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照18"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照19"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照20"
},{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照21"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照22"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照23"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照24"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照25"
},{
"imgSrc" : "/images/userface1.jpg",
"imgTitle" : "美女生活照26"
},{
"imgSrc" : "/images/userface2.jpg",
"imgTitle" : "美女生活照27"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照28"
},{
"imgSrc" : "/images/userface4.jpg",
"imgTitle" : "美女生活照29"
},{
"imgSrc" : "/images/userface5.jpg",
"imgTitle" : "美女生活照30"
},{
"imgSrc" : "/images/userface3.jpg",
"imgTitle" : "美女生活照31"
}]

View File

@ -0,0 +1,22 @@
[{
"linksId" : "1",
"linksName" : "layui - 经典模块化前端框架",
"linksUrl" : "http://www.layui.com",
"masterEmail" : "xianxin@layui.com",
"linksTime" : "2017-05-14",
"showAddress" : "首页"
},{
"linksId" : "2",
"linksName" : "layer官方演示与讲解",
"linksUrl" : "http://layer.layui.com",
"masterEmail" : "xianxin@layer.com",
"linksTime" : "2017-05-15",
"showAddress" : "子页"
},{
"linksId" : "3",
"linksName" : "layui - 前端框架官方社区",
"linksUrl" : "http://fly.layui.com",
"masterEmail" : "xianxin@fly.com",
"linksTime" : "2017-05-12",
"showAddress" : "子页"
}]

View File

@ -0,0 +1,46 @@
[{
"msgId" : "1111",
"userface" : "../../images/userface1.jpg",
"userName" : "小王",
"userAsk" : "马哥你好,请问你这个模版用的是什么框架啊?",
"askTime" : "2017-05-27 12:50",
"msgReply" : [{
"userface" : "../../images/face.jpg",
"userName" : "请叫我马哥",
"userAsk" : "用的layui贤心大神开发的前端框架",
"askTime" : "2017-05-27 13:50"
}]
},{
"msgId" : "2222",
"userface" : "../../images/userface2.jpg",
"userName" : "小李",
"userAsk" : "马哥你好,请问你多大了?",
"askTime" : "2017-05-27 12:50",
"msgReply" : []
},{
"msgId" : "3333",
"userface" : "../../images/userface3.jpg",
"userName" : "小赵",
"userAsk" : "马哥你好,请问你家是哪的?",
"askTime" : "2017-05-27 12:50",
"msgReply" : []
},{
"msgId" : "4444",
"userface" : "../../images/userface4.jpg",
"userName" : "小高",
"userAsk" : "马哥你好,请问你有没有女朋友啊?",
"askTime" : "2017-05-27 12:50",
"msgReply" : [{
"userface" : "../../images/face.jpg",
"userName" : "请叫我马哥",
"userAsk" : "这个貌似和技术无关吧,难道你想给我当老婆,呵呵。。。",
"askTime" : "2017-05-27 13:50"
}]
},{
"msgId" : "5555",
"userface" : "../../images/userface5.jpg",
"userName" : "小楚",
"userAsk" : "马哥你好,请问你一个月工资多少啊?",
"askTime" : "2017-05-27 12:50",
"msgReply" : []
}]

View File

@ -0,0 +1,41 @@
[{
"title" : "后台首页",
"icon" : "icon-computer",
"href" : "page/main.html",
"spread" : false
},{
"title" : "文章列表",
"icon" : "icon-text",
"href" : "page/news/newsList.html",
"spread" : false
},{
"title" : "友情链接",
"icon" : "&#xe64c;",
"href" : "page/links/linksList.html",
"spread" : false
},{
"title" : "系统基本参数",
"icon" : "&#xe631;",
"href" : "page/systemParameter/systemParameter.html",
"spread" : false
},{
"title" : "其他页面",
"icon" : "&#xe630;",
"href" : "",
"spread" : false,
"children" : [
{
"title" : "404页面",
"icon" : "&#xe61c;",
"href" : "page/404.html",
"spread" : false
},
{
"title" : "登录",
"icon" : "&#xe609;",
"href" : "page/login/login.html",
"spread" : false,
"target" : "_blank"
}
]
}]

View File

@ -0,0 +1,241 @@
[{
"newsId" : "1",
"newsName" : "css3用transition实现边框动画效果",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "",
"newsTime" : "2017-04-14"
},{
"newsId" : "2",
"newsName" : "自定义的模块名称可以包含/吗",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "3",
"newsName" : "layui.tree如何ajax加载二级菜单",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "4",
"newsName" : "layui.upload如何带参数像jq的data:{}那样",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "5",
"newsName" : "表单元素长度应该怎么调整才美观",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "6",
"newsName" : "layui 利用ajax冲获取到json 数据后 怎样进行渲染",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "7",
"newsName" : "微信页面中富文本编辑器LayEdit无法使用",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "",
"newsTime" : "2017-04-14"
},{
"newsId" : "8",
"newsName" : "layui 什么时候发布新的版本呀",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "9",
"newsName" : "layui上传组件不支持上传前的图片预览嘛",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "10",
"newsName" : "关于layer.confirm点击无法关闭的疑惑",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "11",
"newsName" : "layui form表单提交成功如何拿取返回值",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "12",
"newsName" : "layer mobileV2.0 yes回调函数无法用",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "13",
"newsName" : "关于layer中自带的btn回调弹层页面的内容",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "",
"newsTime" : "2017-04-14"
},{
"newsId" : "14",
"newsName" : "被编辑器 layedit 图片上传搞崩溃了",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "15",
"newsName" : "element.tabChange()方法运行了,但是页面并没有产生效果",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "16",
"newsName" : "请教一下layer的滚动条时怎么搞的。真心喜欢啊",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "17",
"newsName" : "时间控件怎么取消默认的淡入淡出效果。。。",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "18",
"newsName" : "layer移动版有一年没有更新了不更新了吗",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "19",
"newsName" : "layer弹出的动画可以自定义吗",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "",
"newsTime" : "2017-04-14"
},{
"newsId" : "20",
"newsName" : "点击layer弹窗里的按钮不能再显示一个弹窗为什么呢",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "21",
"newsName" : "layer 为什么可以单引入css",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "22",
"newsName" : "进度条的lay-percent=''是通过ajax动态加载的 可是在页面上无效果",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "23",
"newsName" : "Layim适合做官网的在线客服交流功能吗",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "24",
"newsName" : "模块化城市三级联动!模块化加载",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "25",
"newsName" : "fly社区个人中心导航菜单效果是纯CSS做的吗",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "",
"newsTime" : "2017-04-14"
},{
"newsId" : "26",
"newsName" : "关于load 弹出显示文字的问题【严重】",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "27",
"newsName" : "layim for mobile移动端关于群聊的插件",
"newsAuthor" : "admin",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "28",
"newsName" : "layui表单radio和checkbox怎么做必须校验",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "29",
"newsName" : "关于layui官网页面代码里面的site样式表",
"newsAuthor" : "请叫我马哥",
"newsStatus" : "待审核",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
},{
"newsId" : "30",
"newsName" : "不触发表单的submit,如何进行layui的表单验证",
"newsAuthor" : "admin",
"newsStatus" : "审核通过",
"newsLook" : "开放浏览",
"isShow" : "checked",
"newsTime" : "2017-04-14"
}]

View File

@ -0,0 +1,14 @@
{
"cmsName": "OpenAuth.Net 最好用的.NET权限工作流框架",
"version": "v4.0",
"author": "yubaolee",
"homePage": "/Home/Index",
"server": "windows",
"dataBase": "2003",
"maxUpload": "2M",
"userRights": "总管理员",
"description": "这是宝哥的吐血之作",
"powerby": "copyright @2017 yubaolee",
"record": "yubaolee",
"keywords": "openauth.net.net权限工作流"
}

View File

@ -0,0 +1,17 @@
{
"code": 0,
"msg": "",
"data": [
{
"src": "/images/userface1.jpg"
},{
"src": "/images/userface2.jpg"
},{
"src": "/images/userface3.jpg"
},{
"src": "/images/userface4.jpg"
},{
"src": "/images/userface5.jpg"
}
]
}

View File

@ -0,0 +1,25 @@
[{
"usersId" : "1",
"userName" : "贤心",
"userEmail" : "xianxin@layui.com",
"userSex" : "男",
"userStatus" : "正常使用",
"userGrade" : "高级会员",
"userEndTime" : "2017-05-14 15:35"
},{
"usersId" : "2",
"userName" : "纸飞机",
"userEmail" : "fly@layui.com",
"userSex" : "男",
"userStatus" : "正常使用",
"userGrade" : "高级会员",
"userEndTime" : "2017-05-14 16:25"
},{
"usersId" : "3",
"userName" : "请叫我马哥",
"userEmail" : "mage@layui.com",
"userSex" : "男",
"userStatus" : "正常使用",
"userGrade" : "超级会员",
"userEndTime" : "2017-05-10 10:30"
}]