From 04a0560339bbf5df0e92ef5a73b24eb7e081781c Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Thu, 8 Apr 2021 17:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iscs_new/utils/indexedDb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iscs_new/utils/indexedDb.js b/src/views/iscs_new/utils/indexedDb.js index abd2afb8f..e17a78dc7 100644 --- a/src/views/iscs_new/utils/indexedDb.js +++ b/src/views/iscs_new/utils/indexedDb.js @@ -8,7 +8,7 @@ class IndexedDb { this.open(tableList); } - init(tableList) { + open(tableList) { const baseUrl = getBaseUrl(); const indexedDBName = baseUrl.replace(/http.?:\/\/(.*)[\/|:].*/, "$1"); const request = window.indexedDB.open(indexedDBName, 1);