From f1a4a2e83a5a3a3f8636c0d85a3a02471c5b07e7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 05 三月 2025 15:39:52 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/tabviews/custom/components/timeline/normal-timeline/index.jsx | 2 +- 1 files changed, 1 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 e0676c2..9fa4831 100644 --- a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx +++ b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx @@ -417,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