From f128d679cacda2a6b5b730ad0368b5fe73f887f7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 14 二月 2025 15:27:02 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/timeline/normal-timeline/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx index 29e50f7..9fa4831 100644 --- a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx +++ b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx @@ -77,6 +77,8 @@ window.GLOB.SyncData.delete(_config.dataName) } + } else if (_config.setting.supModule && !BID) { + _config.setting.onload = 'false' } _config.search = [] @@ -415,7 +417,7 @@ this.setState({ loading: true }) - Api.wxNginxRequest(`express/${code}/${order}`, 'get').then(res => { + Api.expressRequest(`express/${code}/${order}`).then(res => { if (!res || typeof(res) !== 'string') { notification.error({ top: 92, -- Gitblit v1.8.0