+ 切换过期检查的后端地址
+ 起始页引用新的开源地址
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<h4>关于</h4>
|
||||
<div class="about">
|
||||
<p>建议使用系统自带浏览器,以完善使用体验!</p>
|
||||
<p>本项目开源于</p>
|
||||
<p>本项目已开源,点击<a href="https://solidaim.cn:3000/hbk01/qctool" target="_blank"> 此处 </a>查看源代码。</p>
|
||||
</div>
|
||||
<h4 id="changelog_title">变更日志</h4>
|
||||
<div class="changelog" style="width: 100%;"></div>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="../statics/modules/vue.global.js"></script>
|
||||
<script src="../statics/modules/element-plus.js"></script>
|
||||
<script src="../statics/modules/element-plus_zhCN.js"></script>
|
||||
<link rel="stylesheet" href="../statics/element-plus.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.33/dist/vue.global.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/index.full.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/locale/zh-cn.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/index.min.css">
|
||||
<script>
|
||||
const { createApp, ref } = Vue
|
||||
const { ElMessage } = ElementPlus
|
||||
@@ -102,7 +102,7 @@
|
||||
app.mount('#app')
|
||||
}
|
||||
|
||||
const URL = "http://solidaim.cn:11223/clocks"
|
||||
const URL = "https://solidaim.cn/clocks"
|
||||
|
||||
function get() {
|
||||
return fetch(URL).then(response => response.json())
|
||||
@@ -149,7 +149,7 @@
|
||||
--el-table-tr-bg-color: var(--el-color-error-light-5);
|
||||
}
|
||||
</style>
|
||||
<title>Clock</title>
|
||||
<title>过期检查</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user