Forráskód Böngészése

关闭版本跟新

lifanagju_citu 7 hónapja
szülő
commit
638836bc3d
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      src/App.vue

+ 3 - 3
src/App.vue

@@ -45,9 +45,9 @@ const checkVersion = () => {
       return
     }
     ConfirmDone = true
-    Confirm('系统提示', '发现新版本,将立即刷新页面', { hideCancelBtn: true }).then(() => {
-      window.location.reload()
-    })
+    // Confirm('系统提示', '发现新版本,将立即刷新页面', { hideCancelBtn: true }).then(() => {
+    //   window.location.reload()
+    // })
   }).catch(err => {
     console.log('checkVersion-err', err)
   })