|
@@ -76,7 +76,7 @@
|
|
|
<!-- 主应用脚本 -->
|
|
<!-- 主应用脚本 -->
|
|
|
<script>
|
|
<script>
|
|
|
const searchParams = new URLSearchParams(window.location.search);
|
|
const searchParams = new URLSearchParams(window.location.search);
|
|
|
- const host = `https://dev.hzliuzhi.com:8040`;
|
|
|
|
|
|
|
+ const host = `https://dev.hzliuzhi.com:62006`;
|
|
|
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;
|