From bfbd5a28cacbde2c5d69df79c817c1218da41dde Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 九月 2024 18:21:54 +0800 Subject: [PATCH] 2024-09-11 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 913ab6b..158e42d 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -2776,8 +2776,8 @@ message: res.message || '缂撳瓨娓呯┖澶辫触锛�', duration: 5 }) - } else if (window.GLOB.mainSystemApi) { - Api.cacheInterface({rduri: window.GLOB.mainSystemApi.replace('dostars', 'excache')}).then(result => { + } else if (window.GLOB.localSystemApi) { + Api.cacheInterface({rduri: window.GLOB.localSystemApi.replace('dostars', 'excache')}).then(result => { if (!result.status) { notification.warning({ top: 92, -- Gitblit v1.8.0