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