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