|
@@ -165,7 +165,7 @@ const r1 = `
|
|
|
</script>
|
|
</script>
|
|
|
<script>
|
|
<script>
|
|
|
const searchParams = new URLSearchParams(window.location.search);
|
|
const searchParams = new URLSearchParams(window.location.search);
|
|
|
- const host = `https://dev.hzliuzhi.com:62006`;
|
|
|
|
|
|
|
+ const host = window.location.origin;
|
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
|
if (searchParams.has('hide_title')) document.querySelector('.container-fluid header').style.display = 'none';
|
|
if (searchParams.has('hide_title')) document.querySelector('.container-fluid header').style.display = 'none';
|
|
|
else document.querySelector('.container-fluid header').innerHTML = document.title;
|
|
else document.querySelector('.container-fluid header').innerHTML = document.title;
|