From bd35ea030197ccbd86b7ca8dfe1f97a871db8284 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 16 Oct 2023 10:36:12 +0800 Subject: [PATCH] =?UTF-8?q?educoder=20=E7=BB=84=E7=BB=87=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=88=90=E5=91=98-=E4=BC=A0login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppConfig.js | 2 +- src/forge/Component/AddMember.jsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/AppConfig.js b/src/AppConfig.js index 0ed1a106e..190f9c411 100644 --- a/src/AppConfig.js +++ b/src/AppConfig.js @@ -32,7 +32,7 @@ export function initAxiosInterceptors(props) { // 判断网络是否连接 initOnlineOfflineListener(); - var proxy = "https://testforgeplus.educoder.net/"; + var proxy = "https://testforgeplus.trustie.net/"; //响应前的设置 axios.interceptors.request.use( config => { diff --git a/src/forge/Component/AddMember.jsx b/src/forge/Component/AddMember.jsx index 426088edc..097dc2080 100644 --- a/src/forge/Component/AddMember.jsx +++ b/src/forge/Component/AddMember.jsx @@ -140,7 +140,7 @@ import debounce from 'lodash/debounce'; import { Select, Spin , Button , Icon } from 'antd'; import axios from 'axios'; import { getImageUrl } from 'educoder'; -function DebounceSelect({ fetchOptions, debounceTimeout = 600, ...props }) { +function DebounceSelect({ fetchOptions, debounceTimeout = 600,login, ...props }) { const [fetching, setFetching] = useState(false); const [options, setOptions] = useState([]); const fetchRef = useRef(0); @@ -182,7 +182,7 @@ function DebounceSelect({ fetchOptions, debounceTimeout = 600, ...props }) { options && options.length >0 && options.map((i)=>{ return( - + {/* { {