From e97eb2e7194490467799659cfecf659f98c74a94 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 25 二月 2023 22:56:19 +0800 Subject: [PATCH] 2023-02-25 --- src/api/cacheutils.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/api/cacheutils.js b/src/api/cacheutils.js index 012223d..1c174d9 100644 --- a/src/api/cacheutils.js +++ b/src/api/cacheutils.js @@ -45,6 +45,10 @@ } catch (e) { console.warn('WebSql 鍒濆鍖栧け璐ワ紒') window.GLOB.WebSql = null + + if (window.indexedDB) { + this.openIndexDB(db) + } } } -- Gitblit v1.8.0