提交修改

new-v20240713
dshclm 9 months ago
parent 3979c599aa
commit 9710f767f8

@ -8,7 +8,7 @@ spring:
# 主库数据源 # 主库数据源
master: master:
#url: jdbc:postgresql://192.168.254.176:5432/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 #url: jdbc:postgresql://192.168.254.176:5432/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:highgo://127.0.0.1:5866/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:highgo://192.168.110.216:5866/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#username: postgres highgo #username: postgres highgo
#password: Qwer@1234 Qwer@1234 #password: Qwer@1234 Qwer@1234
username: ENC(6lCfD2O9U7Q/OtDbbDJcsQ==) username: ENC(6lCfD2O9U7Q/OtDbbDJcsQ==)
@ -17,9 +17,9 @@ spring:
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
enabled: false enabled: false
url: url:
username: username:
password: password:
# 初始连接数 # 初始连接数
initialSize: 5 initialSize: 5
# 最小连接池数量 # 最小连接池数量
@ -43,7 +43,7 @@ spring:
testWhileIdle: true testWhileIdle: true
testOnBorrow: false testOnBorrow: false
testOnReturn: false testOnReturn: false
webStatFilter: webStatFilter:
enabled: true enabled: true
statViewServlet: statViewServlet:
enabled: true enabled: true
@ -62,4 +62,4 @@ spring:
merge-sql: true merge-sql: true
wall: wall:
config: config:
multi-statement-allow: true multi-statement-allow: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -401,7 +401,7 @@
.notice{ .notice{
width: 55%; width: 55%;
height: 40px; height: 40px;
margin: 36px auto 14px; margin: 54px auto 22px;
overflow: hidden; overflow: hidden;
font-weight: bold; font-weight: bold;
} }
@ -417,6 +417,7 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-bottom: 15px;
} }
@keyframes roll { @keyframes roll {
0% { 0% {
@ -429,75 +430,105 @@
margin-top: 0; margin-top: 0;
} }
12% { 12% {
margin-top: -40px; margin-top: -55px;
} }
16% { 16% {
margin-top: -40px; margin-top: -55px;
} }
20% { 20% {
margin-top: -80px; margin-top: -110px;
} }
24% { 24% {
margin-top: -80px; margin-top: -110px;
} }
28% { 28% {
margin-top: -120px; margin-top: -165px;
} }
32% { 32% {
margin-top: -120px; margin-top: -165px;
} }
36% { 36% {
margin-top: -160px; margin-top: -220px;
} }
40% { 40% {
margin-top: -160px; margin-top: -220px;
} }
44% { 44% {
margin-top: -200px; margin-top: -275px;
} }
48% { 48% {
margin-top: -200px; margin-top: -275px;
} }
52% { 52% {
margin-top: -240px; margin-top: -330px;
} }
56% { 56% {
margin-top: -240px; margin-top: -330px;
} }
60% { 60% {
margin-top: -200px; margin-top: -275px;
} }
64% { 64% {
margin-top: -200px; margin-top: -275px;
} }
68% { 68% {
margin-top: -160px; margin-top: -220px;
} }
72% { 72% {
margin-top: -160px; margin-top: -220px;
} }
76% { 76% {
margin-top: -120px; margin-top: -165px;
} }
80% { 80% {
margin-top: -120px; margin-top: -165px;
} }
84% { 84% {
margin-top: -80px; margin-top: -110px;
} }
88% { 88% {
margin-top: -80px; margin-top: -110px;
} }
92% { 92% {
margin-top: -40px; margin-top: -55px;
} }
96% { 96% {
margin-top: -40px; margin-top: -55px;
} }
100% { 100% {
margin-top: 0; margin-top: 0;
} }
} }
.xuanchuanImage {
position: relative;
width: 100%;
height: 100px;
overflow: hidden;
}
.xuanchuanImage .slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 2s ease-in-out;
opacity: 0;
pointer-events: none;
}
.xuanchuanImage .active {
opacity: 1;
pointer-events: auto;
}
.xuanchuanImage img {
width: 100%;
height: 100%;
object-fit: cover;
}
</style> </style>
</head> </head>
<body class="layui-bg-gray" style=""> <body class="layui-bg-gray" style="">
@ -515,19 +546,6 @@
</div> </div>
</div> </div>
</div> </div>
<!-- <div class="notice">-->
<!-- <div class="notice__inner">-->
<!-- <i class="layui-icon layui-icon-speaker" style="font-size: 32px;background-color: white;height: 100%;display: inline-block;"></i>-->
<!-- <span class="notice__item notice__item-first">-->
<!-- [[${#strings.abbreviate(noticeList[0].noticeTitle,33)}]]-->
<!-- 【[[${#dates.format(noticeList[0].createTime, 'yyyy年MM月dd日')}]]】-->
<!-- </span>-->
<!-- <span class="notice__item notice__item-second">-->
<!-- [[${#strings.abbreviate(noticeList[1].noticeTitle,33)}]]-->
<!-- 【[[${#dates.format(noticeList[1].createTime, 'yyyy年MM月dd日')}]]】-->
<!-- </span>-->
<!-- </div>-->
<!-- </div>-->
<div class="layui-row layui-col-space1"> <div class="layui-row layui-col-space1">
<div class="layui-col-md6"> <div class="layui-col-md6">
<div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 433px;"> <div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 433px;">
@ -563,9 +581,14 @@
</div> </div>
<!-- 宣传图--> <!-- 宣传图-->
<div class="layui-container" style="padding-top: 50px"> <div class="layui-container" style="padding-top: 50px">
<p> <div class="xuanchuanImage">
<img th:src="@{/home/data/announceimg/21da.png}" style="width: 100%"> <a th:href="@{/special_view.html(columnId=${specialColumns[0].columnId})}" th:title="${specialColumns[0].columnName}" target="_blank">
</p> <img th:src="@{/home/base/dangji.jpg}" style="width: 100%" class="slide active">
</a>
<a th:href="@{/special_view.html(columnId=${specialColumns[1].columnId})}" th:title="${specialColumns[1].columnName}" target="_blank">
<img th:src="@{/home/data/announceimg/21da.png}" style="width: 100%" class="slide">
</a>
</div>
</div> </div>
<!--工作动态、内设部门--> <!--工作动态、内设部门-->
<div class="layui-container" style="padding-top: 50px"> <div class="layui-container" style="padding-top: 50px">
@ -891,6 +914,17 @@
}); });
})(i); })(i);
} }
const slides = document.querySelectorAll('.slide');
let currentSlide = 0;
function showNextSlide() {
slides[currentSlide].classList.remove('active');
currentSlide = (currentSlide + 1) % slides.length;
slides[currentSlide].classList.add('active');
}
setInterval(showNextSlide, 3000); // Change every 3 seconds
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save