src/tabviews/custom/components/card/prop-card/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -278,11 +278,11 @@ if (config.$cache && config.$time && config.wrap.autoExec) { Api.getLCacheConfig(config.uuid, config.$time).then(res => { if (!res.valid) { this.autoExec() } else { Api.writeCacheConfig(config.uuid, []) } if (res.valid) return this.autoExec() Api.writeCacheConfig(config.uuid, []) }) } else { this.autoExec()