From 63a40e3da5f24b449122fb8b50c16dcbf69d5907 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 06 三月 2023 09:22:43 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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