Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-02-06 12:11:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4be49cf057201a0aedf158a4e111d0877b65f629
4be49cf0
1 parent
efb54584
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
4be49cf
<!--
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-02-06 12:
08:14
* @LastEditTime: 2024-02-06 12:
11:45
* @FilePath: /xysBooking/src/App.vue
* @Description: 启动页
-->
...
...
@@ -53,7 +53,7 @@ onMounted(async () => {
// 正式环境 开启轮询 检查页面是否更新
if (import.meta.env.PROD) {
const upDater = new Updater({
time:
6
0000
time:
3
0000
})
upDater.on('no-update', () => {
// console.log('还没更新')
...
...
Please
register
or
login
to post a comment