From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 26 九月 2025 09:24:03 +0800
Subject: [PATCH] H5静态化
---
server/src/main/resources/templates/components/footer.html | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/server/src/main/resources/templates/components/footer.html b/server/src/main/resources/templates/components/footer.html
index aea0b8a..0ecbeb7 100644
--- a/server/src/main/resources/templates/components/footer.html
+++ b/server/src/main/resources/templates/components/footer.html
@@ -335,7 +335,7 @@
<div class="zixunwin" id="zixunWindow" onclick="closeZixun()">
<div class="imgdiv" >
<span style="font-weight: bold;">鎵爜鍜ㄨ 鍏嶈垂璇曠敤</span>
- <img class="zixunimg" src="http://121.41.112.139:8099/dmttwebsite_file/20250709/f9ecfc7fea534148ab1e5acd76bfa5be.jpg" />
+ <img class="zixunimg" src="${bottom.footFullImgUrl2!''}" />
<span style="color: #999999;font-size: 16px;">绉佹湁閮ㄧ讲 婧愮爜浜屽紑</span>
</div>
</div>
@@ -354,7 +354,7 @@
$.ajax({
async: false,
- url: 'http://www.dmtt.run:81/web/productList',
+ url: 'https://www.dmtt.run:8099/web/productList',
type: 'POST',
success: function (res) {
console.log(res)
@@ -421,4 +421,10 @@
});
})
});
+
+ var _hmt = _hmt || [];
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?cf72f4c5b39afd48ee1313256beed449";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
</script>
\ No newline at end of file
--
Gitblit v1.9.3