Sfoglia il codice sorgente

发现新版本,是否立即刷新页面

lifanagju_citu 6 mesi fa
parent
commit
dd0a502389
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/App.vue

+ 0 - 1
src/App.vue

@@ -31,7 +31,6 @@ const checkVersion = () => {
     },
     // cache: 'no-store' // 禁用缓存
   }).then((res) => {
-    debugger
     if (res?.data?.data !== version) {
       Confirm('系统提示', '发现新版本,是否立即刷新页面').then(() => {
         window.location.reload()