|
|
@ -136,16 +136,17 @@
|
|
|
|
<!-- 顶部 -->
|
|
|
|
<!-- 顶部 -->
|
|
|
|
<form class="layui-form layui-form-pane">
|
|
|
|
<form class="layui-form layui-form-pane">
|
|
|
|
<div class="layui-row layui-header">
|
|
|
|
<div class="layui-row layui-header">
|
|
|
|
<div class="layui-col-md4" style="text-align: center;">
|
|
|
|
<div class="layui-col-md4">
|
|
|
|
<img style="height: 76px;" />
|
|
|
|
<div class="layui-logo
|
|
|
|
<div class="layui-logo layui-hide-xs layui-bg-black" style="background-color: #23262e !important">金融虚拟仿真实验课程平台</div>
|
|
|
|
layui-hide-xs layui-bg-black" style="background-color: #23262e !important;margin-left: 2%;">
|
|
|
|
|
|
|
|
<img style="height: 55px;" id="logoTL">金融虚拟仿真实验课程平台</div>
|
|
|
|
<!--<a href="#" class="" style="width: 80px;">
|
|
|
|
<!--<a href="#" class="" style="width: 80px;">
|
|
|
|
<div class="fsSwitchMenu"><i class="iconfont icon-category"></i></div>
|
|
|
|
<div class="fsSwitchMenu"><i class="iconfont icon-category"></i></div>
|
|
|
|
</a>-->
|
|
|
|
</a>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 顶部菜单 -->
|
|
|
|
<!-- 顶部菜单 -->
|
|
|
|
<div class="layui-col-md8">
|
|
|
|
<div class="layui-col-md8" style="float: right;">
|
|
|
|
<ul class="layui-nav" id="operation" style="float: right;">
|
|
|
|
<ul class="layui-nav" id="operation" style="float: right;">
|
|
|
|
<!--#for(node in menus.children){
|
|
|
|
<!--#for(node in menus.children){
|
|
|
|
var hasSite = true;//系统的第一个菜单默认显示
|
|
|
|
var hasSite = true;//系统的第一个菜单默认显示
|
|
|
@ -352,6 +353,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
//webSocket.openSocket($("input[name='webSocketServer']").val(),$("#userId").val(),"index"); //调用socket请求
|
|
|
|
//webSocket.openSocket($("input[name='webSocketServer']").val(),$("#userId").val(),"index"); //调用socket请求
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*院校登录logo*/
|
|
|
|
|
|
|
|
logoShow();
|
|
|
|
|
|
|
|
function logoShow(){
|
|
|
|
|
|
|
|
var ret = Common.getAjax('/api/base/getUniInfo.do');
|
|
|
|
|
|
|
|
if(!$.isEmpty(ret.data)){
|
|
|
|
|
|
|
|
$("#logoTL").attr('src',Common.ctxPath+ret.data.universitiesCollegesLogo);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//监听提醒窗体切换
|
|
|
|
//监听提醒窗体切换
|
|
|
|
form.on('checkbox(promptingWindow)', function (data) {
|
|
|
|
form.on('checkbox(promptingWindow)', function (data) {
|
|
|
|
if (data.elem.checked) {
|
|
|
|
if (data.elem.checked) {
|
|
|
@ -373,7 +383,6 @@
|
|
|
|
if (ret.code == 0) {
|
|
|
|
if (ret.code == 0) {
|
|
|
|
$("#newsNumber").html(ret.data.length);
|
|
|
|
$("#newsNumber").html(ret.data.length);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//监听头部菜单切换
|
|
|
|
//监听头部菜单切换
|
|
|
@ -391,7 +400,6 @@
|
|
|
|
$("#fsLeftMenu .menuClass a[menuId=" + layId + "]").parent().addClass('layui-this');
|
|
|
|
$("#fsLeftMenu .menuClass a[menuId=" + layId + "]").parent().addClass('layui-this');
|
|
|
|
openNewPage(layId, url, title);
|
|
|
|
openNewPage(layId, url, title);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
//基本资料编辑
|
|
|
|
//基本资料编辑
|
|
|
|
$("#basicsInfo").click(function () {
|
|
|
|
$("#basicsInfo").click(function () {
|
|
|
|