瀏覽代碼

fix: 修复代码缺失

zhangyuhan 2 年之前
父節點
當前提交
0164096685
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      src/web/staticres/public-pc/js/detection-min.js
  2. 1 1
      src/web/staticres/public-pc/js/detection.js

文件差異過大導致無法顯示
+ 0 - 0
src/web/staticres/public-pc/js/detection-min.js


+ 1 - 1
src/web/staticres/public-pc/js/detection.js

@@ -299,7 +299,7 @@
           if (lastUpdateState) {
             if (cachePageInfo.count < 3) {
               cachePageInfo.count++
-              //updateCacheAndReload(currentTime, cachePageInfo.count, 1000 + (100 * cachePageInfo.count))
+              updateCacheAndReload(currentTime, cachePageInfo.count, 1000 + (100 * cachePageInfo.count))
             } else {
               callback(false)
             }

部分文件因文件數量過多而無法顯示