登录页修改(未完)
This commit is contained in:
parent
86809f8711
commit
f42ef091f4
|
|
@ -33,11 +33,28 @@ public class SysIndexController extends BaseController
|
||||||
List<SysMenu> menus = menuService.selectMenusByUser(user);
|
List<SysMenu> menus = menuService.selectMenusByUser(user);
|
||||||
mmap.put("menus", menus);
|
mmap.put("menus", menus);
|
||||||
mmap.put("user", user);
|
mmap.put("user", user);
|
||||||
|
mmap.put("sysName", Global.getName());
|
||||||
|
mmap.put("sysVersion", Global.getVersion());
|
||||||
mmap.put("copyrightYear", Global.getCopyrightYear());
|
mmap.put("copyrightYear", Global.getCopyrightYear());
|
||||||
mmap.put("demoEnabled", Global.isDemoEnabled());
|
mmap.put("demoEnabled", Global.isDemoEnabled());
|
||||||
return "index";
|
return "index";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 系统首页(old)
|
||||||
|
@GetMapping("/index-old")
|
||||||
|
public String index2(ModelMap mmap)
|
||||||
|
{
|
||||||
|
// 取身份信息
|
||||||
|
SysUser user = ShiroUtils.getSysUser();
|
||||||
|
// 根据用户id取出菜单
|
||||||
|
List<SysMenu> menus = menuService.selectMenusByUser(user);
|
||||||
|
mmap.put("menus", menus);
|
||||||
|
mmap.put("user", user);
|
||||||
|
mmap.put("copyrightYear", Global.getCopyrightYear());
|
||||||
|
mmap.put("demoEnabled", Global.isDemoEnabled());
|
||||||
|
return "index-old";
|
||||||
|
}
|
||||||
|
|
||||||
// 切换主题
|
// 切换主题
|
||||||
@GetMapping("/system/switchSkin")
|
@GetMapping("/system/switchSkin")
|
||||||
public String switchSkin(ModelMap mmap)
|
public String switchSkin(ModelMap mmap)
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,14 @@ package cn.com.infosouth.web.controller.system;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
|
|
||||||
|
import cn.com.infosouth.common.config.Global;
|
||||||
import org.apache.shiro.SecurityUtils;
|
import org.apache.shiro.SecurityUtils;
|
||||||
import org.apache.shiro.authc.AuthenticationException;
|
import org.apache.shiro.authc.AuthenticationException;
|
||||||
import org.apache.shiro.authc.UsernamePasswordToken;
|
import org.apache.shiro.authc.UsernamePasswordToken;
|
||||||
import org.apache.shiro.subject.Subject;
|
import org.apache.shiro.subject.Subject;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.ui.ModelMap;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.ResponseBody;
|
import org.springframework.web.bind.annotation.ResponseBody;
|
||||||
|
|
@ -24,7 +27,25 @@ import cn.com.infosouth.common.utils.StringUtils;
|
||||||
public class SysLoginController extends BaseController
|
public class SysLoginController extends BaseController
|
||||||
{
|
{
|
||||||
@GetMapping("/login")
|
@GetMapping("/login")
|
||||||
public String login(HttpServletRequest request, HttpServletResponse response)
|
public String login(ModelMap mmap2)
|
||||||
|
{
|
||||||
|
// 如果是Ajax请求,返回Json字符串。
|
||||||
|
//HttpServletRequest request, HttpServletResponse response,
|
||||||
|
// if (ServletUtils.isAjaxRequest(request))
|
||||||
|
// {
|
||||||
|
// return ServletUtils.renderString(response, "{\"code\":\"1\",\"msg\":\"未登录或登录超时。请重新登录\"}");
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
mmap2.put("sysName", Global.getName());
|
||||||
|
mmap2.put("sysWelcome", Global.getWelcomeDesc());
|
||||||
|
mmap2.put("sysBaba", Global.getBaba());
|
||||||
|
mmap2.put("copyrightYear", Global.getCopyrightYear());
|
||||||
|
mmap2.put("sysVersion", Global.getVersion());
|
||||||
|
return "login";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/login-old")
|
||||||
|
public String loginOld(HttpServletRequest request, HttpServletResponse response)
|
||||||
{
|
{
|
||||||
// 如果是Ajax请求,返回Json字符串。
|
// 如果是Ajax请求,返回Json字符串。
|
||||||
if (ServletUtils.isAjaxRequest(request))
|
if (ServletUtils.isAjaxRequest(request))
|
||||||
|
|
@ -32,7 +53,7 @@ public class SysLoginController extends BaseController
|
||||||
return ServletUtils.renderString(response, "{\"code\":\"1\",\"msg\":\"未登录或登录超时。请重新登录\"}");
|
return ServletUtils.renderString(response, "{\"code\":\"1\",\"msg\":\"未登录或登录超时。请重新登录\"}");
|
||||||
}
|
}
|
||||||
|
|
||||||
return "login";
|
return "login-old";
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/login")
|
@PostMapping("/login")
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
# 项目相关配置
|
# 项目相关配置
|
||||||
ruoyi:
|
ruoyi:
|
||||||
# 名称
|
# 名称
|
||||||
name: RuoYi
|
name: ARJ21-700飞机参考机型虚拟数据库
|
||||||
|
welcomeDesc: "ARJ21-700飞机 参考机型虚拟数据库"
|
||||||
|
baba: 中国商飞
|
||||||
# 版本
|
# 版本
|
||||||
version: 4.1.0
|
version: 4.1.0
|
||||||
# 版权年份
|
# 版权年份
|
||||||
|
|
@ -61,9 +63,9 @@ spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
# 单个文件大小
|
# 单个文件大小
|
||||||
max-file-size: 10MB
|
max-file-size: 300MB
|
||||||
# 设置总上传的文件大小
|
# 设置总上传的文件大小
|
||||||
max-request-size: 20MB
|
max-request-size: 2000MB
|
||||||
# 服务模块
|
# 服务模块
|
||||||
devtools:
|
devtools:
|
||||||
restart:
|
restart:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,11 @@
|
||||||
Application Version: ${ruoyi.version}
|
Application Version: ${ruoyi.version}
|
||||||
Spring Boot Version: ${spring-boot.version}
|
Spring Boot Version: ${spring-boot.version}
|
||||||
////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
╔═╗╔╦╗╔═╗╔═╗ ╔═╗╔═╗╔╦╗╔═╗╔═╗
|
__ __ _____ _____ ____ __ __ _____
|
||||||
╠═╣║║║╠═╣╚═╗ ║ ║ ║║║║╠═╣║
|
/\ | \/ | /\ / ____| / ____/ __ \| \/ | /\ / ____|
|
||||||
╩ ╩╩ ╩╩ ╩╚═╝ o ╚═╝╚═╝╩ ╩╩ ╩╚═╝
|
/ \ | \ / | / \ | (___ | | | | | | \ / | / \ | |
|
||||||
////////////////////////////////////////////////////////////////////
|
/ /\ \ | |\/| | / /\ \ \___ \ | | | | | | |\/| | / /\ \| |
|
||||||
|
/ ____ \| | | |/ ____ \ ____) | | |___| |__| | | | |/ ____ | |____
|
||||||
|
/_/ \_|_| |_/_/ \_|_____/ \_____\____/|_| |_/_/ \_\_____|
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -0,0 +1,316 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="renderer" content="webkit">
|
||||||
|
<title>若依系统首页</title>
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<meta http-equiv="refresh" content="0;ie.html"/>
|
||||||
|
<![endif]-->
|
||||||
|
<link th:href="@{favicon.ico}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/jquery.contextMenu.min.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/animate.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/style.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/css/skins.css}" rel="stylesheet"/>
|
||||||
|
<link th:href="@{/ruoyi/css/ry-ui.css?v=4.1.0}" rel="stylesheet"/>
|
||||||
|
</head>
|
||||||
|
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden">
|
||||||
|
<div id="wrapper">
|
||||||
|
|
||||||
|
<!--左侧导航开始-->
|
||||||
|
<nav class="navbar-default navbar-static-side" role="navigation">
|
||||||
|
<div class="nav-close">
|
||||||
|
<i class="fa fa-times-circle"></i>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar-collapse">
|
||||||
|
<ul class="nav" id="side-menu">
|
||||||
|
<a th:href="@{/index}">
|
||||||
|
<li class="logo">
|
||||||
|
<span class="logo-lg" >RuoYi</span>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
<li>
|
||||||
|
<div class="user-panel">
|
||||||
|
<a class="menuItem" title="个人中心" th:href="@{/system/user/profile}">
|
||||||
|
<div class="hide" th:text="个人中心"></div>
|
||||||
|
<div class="pull-left image">
|
||||||
|
<img th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{${user.avatar}}" class="img-circle" alt="User Image">
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="pull-left info">
|
||||||
|
<p>[[${user.loginName}]]</p>
|
||||||
|
<a href="#"><i class="fa fa-circle text-success"></i> 在线</a>
|
||||||
|
<a th:href="@{logout}" style="padding-left:5px;"><i class="fa fa-sign-out text-danger"></i> 注销</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#"><i class="fa fa-home"></i> <span class="nav-label">主页</span> <span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-second-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/system/main}">了解若依</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li th:each="menu : ${menus}">
|
||||||
|
<a th:class="@{${menu.url != '' && menu.url != '#'} ? ${menu.target}}" th:href="@{${menu.url == ''} ? |#| : ${menu.url}}">
|
||||||
|
<i class="fa fa-bar-chart-o" th:class="${menu.icon}"></i>
|
||||||
|
<span class="nav-label" th:text="${menu.menuName}">一级菜单</span>
|
||||||
|
<span th:class="${menu.url == '' || menu.url == '#'} ? |fa arrow|"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="nav nav-second-level collapse">
|
||||||
|
<li th:each="cmenu : ${menu.children}">
|
||||||
|
<a th:if="${#lists.isEmpty(cmenu.children)}" th:class="${cmenu.target == ''} ? |menuItem| : ${cmenu.target}" th:utext="${cmenu.menuName}" th:href="@{${cmenu.url}}">二级菜单</a>
|
||||||
|
<a th:if="${not #lists.isEmpty(cmenu.children)}" href="#">[[${cmenu.menuName}]]<span class="fa arrow"></span></a>
|
||||||
|
<ul th:if="${not #lists.isEmpty(cmenu.children)}" class="nav nav-third-level">
|
||||||
|
<li th:each="emenu : ${cmenu.children}">
|
||||||
|
<a th:if="${#lists.isEmpty(emenu.children)}" th:class="${emenu.target == ''} ? |menuItem| : ${emenu.target}" th:text="${emenu.menuName}" th:href="@{${emenu.url}}">三级菜单</a>
|
||||||
|
<a th:if="${not #lists.isEmpty(emenu.children)}" href="#">[[${emenu.menuName}]]<span class="fa arrow"></span></a>
|
||||||
|
<ul th:if="${not #lists.isEmpty(emenu.children)}" class="nav nav-four-level">
|
||||||
|
<li th:each="fmenu : ${emenu.children}"><a th:if="${#lists.isEmpty(fmenu.children)}" th:class="${fmenu.target == ''} ? |menuItem| : ${fmenu.target}" th:text="${fmenu.menuName}" th:href="@{${fmenu.url}}">四级菜单</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li th:if="${demoEnabled}">
|
||||||
|
<a href="#"><i class="fa fa-desktop"></i><span class="nav-label">实例演示</span><span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-second-level collapse">
|
||||||
|
<li> <a>表单<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/button}">按钮</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/grid}">栅格</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/select}">下拉框</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/timeline}">时间轴</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/basic}">基本表单</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/cards}">卡片列表</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/jasny}">功能扩展</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/sortable}">拖动排序</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/tabs_panels}">选项卡 & 面板</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/validate}">表单校验</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/wizard}">表单向导</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/upload}">文件上传</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/datetime}">日期和时间</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/summernote}">富文本编辑器</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/duallistbox}">左右互选组件</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/form/autocomplete}">搜索自动补全</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li> <a>表格<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/search}">查询条件</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/footer}">数据汇总</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/groupHeader}">组合表头</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/export}">表格导出</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/remember}">翻页记住选择</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/pageGo}">跳转至指定页</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/params}">自定义查询参数</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/multi}">初始多表格</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/button}">点击按钮加载表格</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/fixedColumns}">表格冻结列</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/event}">自定义触发事件</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/detail}">表格细节视图</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/child}">表格父子视图</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/image}">表格图片预览</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/curd}">动态增删改查</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/reorder}">表格拖拽操作</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/editable}">表格行内编辑</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/table/other}">表格其他操作</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li> <a>弹框<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/modal/dialog}">模态窗口</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/modal/layer}">弹层组件</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/modal/table}">弹层表格</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li> <a>操作<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/operate/table}">表格</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/operate/other}">其他</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li> <a>报表<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/report/echarts}">百度ECharts</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/report/peity}">peity</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/report/sparkline}">sparkline</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/report/metrics}">图表组合</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li> <a>图标<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/icon/fontawesome}">Font Awesome</a></li>
|
||||||
|
<li><a class="menuItem" th:href="@{/demo/icon/glyphicons}">Glyphicons</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#"><i class="fa fa-sitemap"></i> <span class="nav-label">四层菜单 </span><span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-second-level collapse">
|
||||||
|
<li>
|
||||||
|
<a href="#" id="damian">三级菜单1<span class="fa arrow"></span></a>
|
||||||
|
<ul class="nav nav-third-level">
|
||||||
|
<li>
|
||||||
|
<a href="#">四级菜单1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">四级菜单2</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#">三级菜单2</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<!--左侧导航结束-->
|
||||||
|
|
||||||
|
<!--右侧部分开始-->
|
||||||
|
<div id="page-wrapper" class="gray-bg dashbard-1">
|
||||||
|
<div class="row border-bottom">
|
||||||
|
<nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-minimalize minimalize-styl-2" style="color:#FFF;" href="#" title="收起菜单">
|
||||||
|
<i class="fa fa-bars"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<ul class="nav navbar-top-links navbar-right welcome-message">
|
||||||
|
<li><a title="视频教程" href="http://doc.ruoyi.vip/ruoyi/document/spjc.html" target="_blank"><i class="fa fa-video-camera"></i> 视频教程</a></li>
|
||||||
|
<li><a title="开发文档" href="http://doc.ruoyi.vip" target="_blank"><i class="fa fa-question-circle"></i> 开发文档</a></li>
|
||||||
|
<li><a title="全屏显示" href="javascript:void(0)" id="fullScreen"><i class="fa fa-arrows-alt"></i> 全屏显示</a></li>
|
||||||
|
<li class="dropdown user-menu">
|
||||||
|
<a href="javascript:void(0)" class="dropdown-toggle" data-hover="dropdown">
|
||||||
|
<img th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{${user.avatar}}" class="user-image">
|
||||||
|
<span class="hidden-xs">[[${user.userName}]]</span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li class="mt5">
|
||||||
|
<a th:href="@{/system/user/profile}" class="menuItem">
|
||||||
|
<i class="fa fa-user"></i> 个人中心</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a onclick="resetPwd()">
|
||||||
|
<i class="fa fa-key"></i> 修改密码</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a onclick="switchSkin()">
|
||||||
|
<i class="fa fa-dashboard"></i> 切换主题</a>
|
||||||
|
</li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li>
|
||||||
|
<a th:href="@{logout}">
|
||||||
|
<i class="fa fa-sign-out"></i> 退出登录</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<div class="row content-tabs">
|
||||||
|
<button class="roll-nav roll-left tabLeft">
|
||||||
|
<i class="fa fa-backward"></i>
|
||||||
|
</button>
|
||||||
|
<nav class="page-tabs menuTabs">
|
||||||
|
<div class="page-tabs-content">
|
||||||
|
<a href="javascript:;" class="active menuTab" data-id="/system/main">首页</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<button class="roll-nav roll-right tabRight">
|
||||||
|
<i class="fa fa-forward"></i>
|
||||||
|
</button>
|
||||||
|
<a href="javascript:void(0);" class="roll-nav roll-right tabReload"><i class="fa fa-refresh"></i> 刷新</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a id="ax_close_max" class="ax_close_max" href="#" title="关闭全屏"> <i class="fa fa-times-circle-o"></i> </a>
|
||||||
|
|
||||||
|
<div class="row mainContent" id="content-main">
|
||||||
|
<iframe class="RuoYi_iframe" name="iframe0" width="100%" height="100%" data-id="/system/main"
|
||||||
|
th:src="@{/system/main}" frameborder="0" seamless></iframe>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<div class="pull-right">© [[${copyrightYear}]] RuoYi Copyright </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--右侧部分结束-->
|
||||||
|
</div>
|
||||||
|
<!-- 全局js -->
|
||||||
|
<script th:src="@{/js/jquery.min.js}"></script>
|
||||||
|
<script th:src="@{/js/bootstrap.min.js}"></script>
|
||||||
|
<script th:src="@{/js/plugins/metisMenu/jquery.metisMenu.js}"></script>
|
||||||
|
<script th:src="@{/js/plugins/slimscroll/jquery.slimscroll.min.js}"></script>
|
||||||
|
<script th:src="@{/js/jquery.contextMenu.min.js}"></script>
|
||||||
|
<script th:src="@{/ajax/libs/blockUI/jquery.blockUI.js}"></script>
|
||||||
|
<script th:src="@{/ajax/libs/layer/layer.min.js}"></script>
|
||||||
|
<script th:src="@{/ruoyi/js/ry-ui.js?v=4.1.0}"></script>
|
||||||
|
<script th:src="@{/ruoyi/js/common.js?v=4.1.0}"></script>
|
||||||
|
<script th:src="@{/ruoyi/index.js}"></script>
|
||||||
|
<script th:src="@{/ajax/libs/fullscreen/jquery.fullscreen.js}"></script>
|
||||||
|
<script th:inline="javascript">
|
||||||
|
var ctx = [[@{/}]];
|
||||||
|
// 皮肤缓存
|
||||||
|
var skin = storage.get("skin");
|
||||||
|
// history(表示去掉地址的#)否则地址以"#"形式展示
|
||||||
|
var mode = "history";
|
||||||
|
// 历史访问路径缓存
|
||||||
|
var historyPath = storage.get("historyPath");
|
||||||
|
// 排除非左侧菜单链接
|
||||||
|
var excludesUrl = ["/system/user/profile"];
|
||||||
|
|
||||||
|
// 本地主题优先,未设置取系统配置
|
||||||
|
if($.common.isNotEmpty(skin)){
|
||||||
|
$("body").addClass(skin.split('|')[0]);
|
||||||
|
$("body").addClass(skin.split('|')[1]);
|
||||||
|
} else {
|
||||||
|
var sideTheme = [[${@config.getKey('sys.index.sideTheme')}]];
|
||||||
|
var skinName = [[${@config.getKey('sys.index.skinName')}]];
|
||||||
|
$("body").addClass(sideTheme);
|
||||||
|
$("body").addClass(skinName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 用户管理-重置密码 */
|
||||||
|
function resetPwd() {
|
||||||
|
var url = ctx + 'system/user/profile/resetPwd';
|
||||||
|
$.modal.open("重置密码", url, '770', '380');
|
||||||
|
}
|
||||||
|
/* 切换主题 */
|
||||||
|
function switchSkin() {
|
||||||
|
layer.open({
|
||||||
|
type : 2,
|
||||||
|
shadeClose : true,
|
||||||
|
title : "切换主题",
|
||||||
|
area : ["530px", "386px"],
|
||||||
|
content : [ctx + "system/switchSkin", 'no']
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 刷新时访问路径页签 */
|
||||||
|
function applyPath(url) {
|
||||||
|
$('a[href$="' + decodeURI(url) + '"]').click();
|
||||||
|
if($.inArray(url, excludesUrl)){
|
||||||
|
$('a[href$="' + url + '"]').parent("li").addClass("selected").parents("li").addClass("active").end().parents("ul").addClass("in");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$(function() {
|
||||||
|
if($.common.equals("history", mode) && window.performance.navigation.type == 1) {
|
||||||
|
var url = storage.get('publicPath');
|
||||||
|
if ($.common.isNotEmpty(url)) {
|
||||||
|
applyPath(url);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
var hash = location.hash;
|
||||||
|
if ($.common.isNotEmpty(hash)) {
|
||||||
|
var url = hash.substring(1, hash.length);
|
||||||
|
applyPath(url);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<title>若依系统首页</title>
|
<title>${{sysName}}-首页</title>
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<meta http-equiv="refresh" content="0;ie.html"/>
|
<meta http-equiv="refresh" content="0;ie.html"/>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
th:src="@{/system/main}" frameborder="0" seamless></iframe>
|
th:src="@{/system/main}" frameborder="0" seamless></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="pull-right">© [[${copyrightYear}]] RuoYi Copyright </div>
|
<div class="pull-right">Copyright © [[${copyrightYear}]] Powered By Infosouth ${{sysVersion}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--右侧部分结束-->
|
<!--右侧部分结束-->
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,87 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
|
|
||||||
|
<title>登录系统</title>
|
||||||
|
<meta name="description" content="后台管理系统">
|
||||||
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
||||||
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
||||||
|
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
|
||||||
|
<link href="../static/css/login.min.css" th:href="@{/css/login.min.css}" rel="stylesheet"/>
|
||||||
|
<link href="../static/ruoyi/css/ry-ui.css" th:href="@{/ruoyi/css/ry-ui.css?v=4.1.0}" rel="stylesheet"/>
|
||||||
|
<!-- 360浏览器急速模式 -->
|
||||||
|
<meta name="renderer" content="webkit">
|
||||||
|
<!-- 避免IE使用兼容模式 -->
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
|
||||||
|
<style type="text/css">label.error { position:inherit; }</style>
|
||||||
|
<script>
|
||||||
|
if(window.top!==window.self){window.top.location=window.location};
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="signin">
|
||||||
|
|
||||||
|
<div class="signinpanel">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-7">
|
||||||
|
<div class="signin-info">
|
||||||
|
<div class="logopanel m-b">
|
||||||
|
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
|
||||||
|
</div>
|
||||||
|
<div class="m-b"></div>
|
||||||
|
<h4>欢迎使用 <strong>后台管理系统</strong></h4>
|
||||||
|
<ul class="m-b">
|
||||||
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>
|
||||||
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>
|
||||||
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>
|
||||||
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li>
|
||||||
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>
|
||||||
|
</ul>
|
||||||
|
<strong>还没有账号? <a href="#">立即注册»</a></strong>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-5">
|
||||||
|
<form id="signupForm">
|
||||||
|
<h4 class="no-margins">登录:</h4>
|
||||||
|
<p class="m-t-md">你若不离不弃,我必生死相依</p>
|
||||||
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
||||||
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
||||||
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
||||||
|
<div class="col-xs-6">
|
||||||
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" autocomplete="off">
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-6">
|
||||||
|
<a href="javascript:void(0);" title="点击更换验证码">
|
||||||
|
<img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">
|
||||||
|
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
||||||
|
</div>
|
||||||
|
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="signup-footer">
|
||||||
|
<div class="pull-left">
|
||||||
|
© 2019 All Rights Reserved. RuoYi <br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|
||||||
|
<!-- 全局js -->
|
||||||
|
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
|
||||||
|
<script src="../static/js/bootstrap.min.js" th:src="@{/js/bootstrap.min.js}"></script>
|
||||||
|
<!-- 验证插件 -->
|
||||||
|
<script src="../static/ajax/libs/validate/jquery.validate.min.js" th:src="@{/ajax/libs/validate/jquery.validate.min.js}"></script>
|
||||||
|
<script src="../static/ajax/libs/validate/messages_zh.min.js" th:src="@{/ajax/libs/validate/messages_zh.min.js}"></script>
|
||||||
|
<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
|
||||||
|
<script src="../static/ajax/libs/blockUI/jquery.blockUI.js" th:src="@{/ajax/libs/blockUI/jquery.blockUI.js}"></script>
|
||||||
|
<script src="../static/ruoyi/js/ry-ui.js" th:src="@{/ruoyi/js/ry-ui.js?v=4.1.0}"></script>
|
||||||
|
<script src="../static/ruoyi/login.js" th:src="@{/ruoyi/login.js}"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
|
|
||||||
<title>登录若依系统</title>
|
<title>[[${sysName}]] 登录</title>
|
||||||
<meta name="description" content="若依后台管理框架">
|
<meta name="description" content="后台管理系统">
|
||||||
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
||||||
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
||||||
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
|
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
|
||||||
|
|
@ -29,24 +29,17 @@
|
||||||
<div class="col-sm-7">
|
<div class="col-sm-7">
|
||||||
<div class="signin-info">
|
<div class="signin-info">
|
||||||
<div class="logopanel m-b">
|
<div class="logopanel m-b">
|
||||||
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
|
<h1><img alt="[ [[${sysBaba}]] ]" src="../static/comac.png" th:src="@{/comac.png}"></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="m-b"></div>
|
<div class="m-b"></div>
|
||||||
<h4>欢迎使用 <strong>若依 后台管理系统</strong></h4>
|
<h4>[[${sysWelcome}]] ---</h4>
|
||||||
<ul class="m-b">
|
|
||||||
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>
|
|
||||||
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>
|
|
||||||
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>
|
|
||||||
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li>
|
|
||||||
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>
|
|
||||||
</ul>
|
|
||||||
<strong>还没有账号? <a href="#">立即注册»</a></strong>
|
<strong>还没有账号? <a href="#">立即注册»</a></strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5">
|
||||||
<form id="signupForm">
|
<form id="signupForm">
|
||||||
<h4 class="no-margins">登录:</h4>
|
<h4 class="no-margins">登录</h4>
|
||||||
<p class="m-t-md">你若不离不弃,我必生死相依</p>
|
<p class="m-t-md">>>请注意数据保密</p>
|
||||||
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
||||||
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
||||||
<div class="row m-t" th:if="${captchaEnabled==true}">
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
||||||
|
|
@ -68,7 +61,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="signup-footer">
|
<div class="signup-footer">
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
© 2019 All Rights Reserved. RuoYi <br>
|
<div class="pull-right">Copyright © [[${copyrightYear}]] Powered By Infosouth [[${sysVersion}]]</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!--360浏览器优先以webkit内核解析-->
|
<!--360浏览器优先以webkit内核解析-->
|
||||||
<title>若依介绍</title>
|
<title>介绍</title>
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
||||||
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,12 @@ public class Global
|
||||||
/** 项目名称 */
|
/** 项目名称 */
|
||||||
private static String name;
|
private static String name;
|
||||||
|
|
||||||
|
/** 欢迎词 **/
|
||||||
|
private static String welcomeDesc;
|
||||||
|
|
||||||
|
/** 甲方爸爸 **/
|
||||||
|
private static String baba;
|
||||||
|
|
||||||
/** 版本 */
|
/** 版本 */
|
||||||
private static String version;
|
private static String version;
|
||||||
|
|
||||||
|
|
@ -40,6 +46,22 @@ public class Global
|
||||||
Global.name = name;
|
Global.name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String getWelcomeDesc() {
|
||||||
|
return welcomeDesc;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setWelcomeDesc(String welcomeDesc) {
|
||||||
|
Global.welcomeDesc = welcomeDesc;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String getBaba() {
|
||||||
|
return baba;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void setBaba(String baba) {
|
||||||
|
Global.baba = baba;
|
||||||
|
}
|
||||||
|
|
||||||
public static String getVersion()
|
public static String getVersion()
|
||||||
{
|
{
|
||||||
return version;
|
return version;
|
||||||
|
|
|
||||||
|
|
@ -242,6 +242,7 @@ public class ShiroConfig
|
||||||
// 对静态资源设置匿名访问
|
// 对静态资源设置匿名访问
|
||||||
filterChainDefinitionMap.put("/favicon.ico**", "anon");
|
filterChainDefinitionMap.put("/favicon.ico**", "anon");
|
||||||
filterChainDefinitionMap.put("/ruoyi.png**", "anon");
|
filterChainDefinitionMap.put("/ruoyi.png**", "anon");
|
||||||
|
filterChainDefinitionMap.put("/comac.png**", "anon");
|
||||||
filterChainDefinitionMap.put("/css/**", "anon");
|
filterChainDefinitionMap.put("/css/**", "anon");
|
||||||
filterChainDefinitionMap.put("/docs/**", "anon");
|
filterChainDefinitionMap.put("/docs/**", "anon");
|
||||||
filterChainDefinitionMap.put("/fonts/**", "anon");
|
filterChainDefinitionMap.put("/fonts/**", "anon");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue