UI、logo

This commit is contained in:
吉浩茹
2026-02-02 14:44:36 +08:00
parent 9ec5552307
commit b2973c6d28
30 changed files with 819 additions and 77 deletions

View File

@ -507,6 +507,20 @@ function initMenu() {
//return;
} else {
$.post(ext.contextPath + "/user/showMenuListByCu.do", {}, function (result) {
var bigScreenHtml = '<li class="treeview">' +
'<a href="#">' +
'<i class="fa fa-desktop"></i> <span>大屏展示</span>' +
'<span class="pull-right-container">' +
'<i class="fa fa-angle-left pull-right"></i>' +
'</span>' +
'</a>' +
'<ul class="treeview-menu">' +
'<li><a href="javascript:void(0);" onclick="window.open(\'' + ext.contextPath + '/jsp/bigScreen.jsp\', \'_blank\');"><i class="fa fa-circle-o"></i> 水厂大屏</a></li>' +
'<li><a href="javascript:void(0);" onclick="window.open(\'' + ext.contextPath + '/jsp/bigScreen2.jsp\', \'_blank\');"><i class="fa fa-circle-o"></i> 区域管线大屏</a></li>' +
'<li><a href="javascript:void(0);" onclick="window.open(\'' + ext.contextPath + '/jsp/bigScreen3.jsp\', \'_blank\');"><i class="fa fa-circle-o"></i> 排污户大屏</a></li>' +
'</ul>' +
'</li>';
result = result + bigScreenHtml;
$('#menu').html(result);
sessionStorage.setItem("menu", result);
if (sessionStorage.m1 != undefined) {
@ -841,7 +855,8 @@ var mySkins = [
'skin-red-light',
'skin-yellow-light',
'skin-purple-light',
'skin-green-light'
'skin-green-light',
'skin-app-style'
];
var myBgs = [
'bg-light-blue',