From 19ef012a0e0b19b65e1fc7a1add9ad7ecc32d120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com> Date: Fri, 20 Aug 2021 09:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E5=90=91=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Wiki/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Wiki/fetch.js b/src/forge/Wiki/fetch.js index ccb9676a2..9f0e69017 100644 --- a/src/forge/Wiki/fetch.js +++ b/src/forge/Wiki/fetch.js @@ -12,7 +12,7 @@ if (window.location.href.indexOf('localhost') > -1) { actionUrl = "https://test-search.trustie.net"; // actionUrl = 'https://testforgeplus.trustie.net'; axios.defaults.withCredentials = true; -}else if (window.location.href.indexOf('wiki-api') > -1) { +}else if (window.location.href.indexOf('forgeplus') > -1) { actionUrl = "https://wiki-api.trustie.net"; axios.defaults.withCredentials = true; }