From dc258e4600bea2fba1e25054d163a2f4b1326a85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 八月 2023 10:23:38 +0800 Subject: [PATCH] 2023-08-08 --- src/tabviews/custom/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 99dabc0..4d233b0 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -1131,7 +1131,7 @@ if (config.$cache && config.$time) { Api.getLCacheConfig(params[0].uuid, config.$time).then(res => { - if (!res) { + if (!res.valid) { this.getMainData(param, params, config.MenuID) } else { this.setState({ -- Gitblit v1.8.0