From 1ae29fc1ebe8138f8b3d4573fe989a95a464736f Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 3 Nov 2022 10:04:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?11.3=20=E5=A2=9E=E5=8A=A0=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/zjl_style.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assets/zjl_style.less b/src/assets/zjl_style.less index 4b6e975..5c6c4b2 100644 --- a/src/assets/zjl_style.less +++ b/src/assets/zjl_style.less @@ -216,6 +216,9 @@ background-size: 100% 100%; background-repeat: no-repeat; height: 100%; + -moz-user-select: none; + -webkit-user-select: none; + user-select: none; .choiceLoginBlock { position: absolute; From 2a01380ef8890cb4b4b94f0a132e4c86f791f8d7 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 21 Nov 2022 15:43:48 +0800 Subject: [PATCH 2/3] =?UTF-8?q?11.21=20=E5=8E=BB=E6=8E=89=E5=8D=95?= =?UTF-8?q?=E7=82=B9=E9=A1=B5=E4=B8=8B=E6=96=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx b/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx index 5b25f66..dd94a4e 100644 --- a/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx +++ b/src/pages/LoadingPage/MiddleLoading/ChoiceLogin.tsx @@ -38,12 +38,12 @@ export default () => {

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

-
+ {/*

重要提示:

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

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

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

-
+
*/} ) From e26d5064322ae4d1459cdf8b3c71b12beb3e3dec Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Sun, 25 Dec 2022 20:31:11 +0800 Subject: [PATCH 3/3] =?UTF-8?q?12.23=20=E5=B8=B8=E6=80=81=E5=8C=96?= =?UTF-8?q?=E6=8B=9B=E5=8B=9F=E5=89=B2=E6=8E=A5=E4=B8=8B=E8=BD=BD=E6=8B=9B?= =?UTF-8?q?=E5=8B=9F=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/DownloadUtils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/DownloadUtils.ts b/src/utils/DownloadUtils.ts index 895e044..ee96b84 100644 --- a/src/utils/DownloadUtils.ts +++ b/src/utils/DownloadUtils.ts @@ -2,7 +2,7 @@ * @Author: zhoujianlong * @Date: 2022-03-03 09:06:36 * @Last Modified by: zhoujianlong - * @Last Modified time: 2022-05-18 17:23:26 + * @Last Modified time: 2022-12-23 23:21:01 */ import { getDownloadSecretKey, getFilelist, getFilelistBySecond } from "@/services/download_"; @@ -43,11 +43,11 @@ export const downloadPath = '/api/doc/v1.0/files/download'; /** * 查询文件列表(根据2.0 bid) */ -export const findFilelistPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/getFileListById'; +export const findFilelistPathBySecond = '/api/v1/file/getFileListById'; /** * 文件下载(根据2.0 bid fileId) */ -export const downloadPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/downloadFileStreamById'; +export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById'; export interface FilelistProps { uid: string,