src/api/index.js
@@ -1054,6 +1054,8 @@ appkey: window.GLOB.appkey || '' } let id = Utils.getuuid() sql = sql.replace(/@time_id@/ig, `'${id}'`) if (window.GLOB.externalDatabase !== null) { sql = sql.replace(/@db@/ig, window.GLOB.externalDatabase) }