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:12:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d342fd753e73a398bcd68c21e7149ea7c7967a77
d342fd75
1 parent
4be49cf0
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/App.vue
src/App.vue
View file @
d342fd7
...
...
@@ -50,7 +50,8 @@ onMounted(async () => {
wx.error((err) => {
console.warn(err);
});
// 正式环境 开启轮询 检查页面是否更新
// 正式环境
// TAG:检查是否更新
if (import.meta.env.PROD) {
const upDater = new Updater({
time: 30000
...
...
Please
register
or
login
to post a comment