From 6226fcf27f6c99b4bc06708f1723aef9d3c78898 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 10 二月 2025 10:56:37 +0800 Subject: [PATCH] 2025-02-10 --- 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