From 94c72ac75ae15b8ad420124af8a7ff7e5abbeafa Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 12 Jan 2023 19:56:21 +0800 Subject: [PATCH] 1.12 --- .../BiddingAnnouncement/components/BiddingAnnouncementList.tsx | 2 +- .../BiddingAnnouncement/components/BiddingInvitationList.tsx | 2 +- src/pages/Calibration/BidPublicityResult/index.tsx | 2 +- .../HomePageSectionList/components/MoreEvaluation.tsx | 2 +- .../components/ExceptionHandling/ExceptionHandling.tsx | 2 +- .../ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx | 2 +- .../ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx | 2 +- src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/Bid/BiddingAnnouncement/components/BiddingAnnouncementList.tsx b/src/pages/Bid/BiddingAnnouncement/components/BiddingAnnouncementList.tsx index 56c474d..f54b13a 100644 --- a/src/pages/Bid/BiddingAnnouncement/components/BiddingAnnouncementList.tsx +++ b/src/pages/Bid/BiddingAnnouncement/components/BiddingAnnouncementList.tsx @@ -598,7 +598,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }) diff --git a/src/pages/Bid/BiddingAnnouncement/components/BiddingInvitationList.tsx b/src/pages/Bid/BiddingAnnouncement/components/BiddingInvitationList.tsx index 755cbbe..4616439 100644 --- a/src/pages/Bid/BiddingAnnouncement/components/BiddingInvitationList.tsx +++ b/src/pages/Bid/BiddingAnnouncement/components/BiddingInvitationList.tsx @@ -473,7 +473,7 @@ const BiddingInvitationList: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }); diff --git a/src/pages/Calibration/BidPublicityResult/index.tsx b/src/pages/Calibration/BidPublicityResult/index.tsx index 19647fa..73e3c99 100644 --- a/src/pages/Calibration/BidPublicityResult/index.tsx +++ b/src/pages/Calibration/BidPublicityResult/index.tsx @@ -432,7 +432,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }).finally(() => { diff --git a/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx b/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx index 6458dea..827a846 100644 --- a/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx +++ b/src/pages/Project/ProjectManage/ProjectManager/HomePageSectionList/components/MoreEvaluation.tsx @@ -124,7 +124,7 @@ const MoreEvaluation: React.FC = (props) => { if (res?.code == 200 && res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }).finally(() => { diff --git a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx index a413ddb..76090cd 100644 --- a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx +++ b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx @@ -242,7 +242,7 @@ const ExceptionHandling: React.FC = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }).finally(() => { diff --git a/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx b/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx index 03ef25f..093d20f 100644 --- a/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx +++ b/src/pages/ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx @@ -569,7 +569,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }) diff --git a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx index 0d39c29..baa8fc1 100644 --- a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx +++ b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx @@ -592,7 +592,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } }) diff --git a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx index 5ef92e6..6961ba1 100644 --- a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx +++ b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx @@ -351,7 +351,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { if (res?.code == 200 || res?.success == true) { const data = res?.data; let durl = /http:\/\/([^\/]+)\//i; - let d = data?.traceDetailUrl?.replace(durl, '/approval_3.0/'); + let d = data?.traceDetailUrl?.replace(durl, '/'); window.open(d); } })