king
2023-03-02 7c98691f1917c63077b153bd63d4e2db5ba09e4a
src/api/cacheutils.js
@@ -45,6 +45,10 @@
    } catch (e) {
      console.warn('WebSql 初始化失败!')
      window.GLOB.WebSql = null
      if (window.indexedDB) {
        this.openIndexDB(db)
      }
    }
  }