From 9ffa654958329779e7290734173c068a6c2a278f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 三月 2021 16:41:55 +0800 Subject: [PATCH] 2021-03-02 --- 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 f6c7e40..01b346d 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -265,7 +265,7 @@ Api.genericInterface(param).then(res => { if (res.status) { - if (res.mk_ex_invoke === 'false') { + if (res.mk_ex_invoke === 'false' || res.mk_ex_invoke === false) { if (inters.length > 0) { this.loadOutResource(inters) } -- Gitblit v1.8.0