From dcd80fe3cd06c5249513f26c4f30fbf59278b397 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 9 Mar 2023 13:54:24 +0800 Subject: [PATCH] =?UTF-8?q?3.9=20=E5=B1=8F=E8=94=BD2.0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoadingPage/MiddleLoading/ChoiceLogin.tsx | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx b/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx index dd94a4e..7ebce87 100644 --- a/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx +++ b/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx @@ -4,6 +4,7 @@ import chionceLoginPic01 from '@/assets/choiceLogin/chionceLoginPic01.png'; import chionceLoginPic02 from '@/assets/choiceLogin/chionceLoginPic02.png'; import { history } from 'umi'; import { getToSecondUrl } from '../service'; +import { Spin } from 'antd'; export default () => { const urlRef = useRef(null); @@ -17,36 +18,47 @@ export default () => { } useEffect(() => { - const getUrl = async () => { - const response = await getToSecondUrl(); - if (response?.success) { - urlRef.current = response?.data; - } - } - getUrl(); + // const getUrl = async () => { + // const response = await getToSecondUrl(); + // if (response?.success) { + // urlRef.current = response?.data; + // } + // } + // getUrl(); + contentRightClick(); }, []) return ( -
-
-
-
- 联通电子招投标交易平台 -

联通电子招投标
交易平台

-
-
- 联通智慧供应链招标采购中心 -

联通智慧供应链
招标采购中心

-
-
- {/*
-

重要提示:

-

2021年,联通集团总部、31个省分公司已全部上线联通智慧供应链平台。

-

2022年6月13日,联通软件研究院、联通集团财务有限公司上线联通智慧供应链平台。

-

自上线之日起,集团总部、省分公司及上述子公司新发起的公开招标、邀请招标、公开比选、单一来源采购、竞争性谈判等采购业务将在智慧供应链平台招标采购中心进行操作,在途项目仍按照原流程在交易平台执行并完成线上归档。联通子公司采购业务不受影响,仍按原流程执行。

-
*/} + //
+ //
+ //
+ //
+ // 联通电子招投标交易平台 + //

联通电子招投标
交易平台

+ //
+ //
+ // 联通智慧供应链招标采购中心 + //

联通智慧供应链
招标采购中心

+ //
+ //
+ // {/*
+ //

重要提示:

+ //

2021年,联通集团总部、31个省分公司已全部上线联通智慧供应链平台。

+ //

2022年6月13日,联通软件研究院、联通集团财务有限公司上线联通智慧供应链平台。

+ //

自上线之日起,集团总部、省分公司及上述子公司新发起的公开招标、邀请招标、公开比选、单一来源采购、竞争性谈判等采购业务将在智慧供应链平台招标采购中心进行操作,在途项目仍按照原流程在交易平台执行并完成线上归档。联通子公司采购业务不受影响,仍按原流程执行。

+ //
*/} + //
+ //
+
+
+
) - - } \ No newline at end of file