From f4ad839080272e5d1b8eadb0f518df0264fe32fd Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 24 Mar 2026 10:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=88=E6=9D=83=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E5=8F=8Apacs=E5=BD=B1=E5=83=8F=E6=8B=89=E5=8F=96bug?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 + src/utils/whiteList.js | 2 +- src/views/authorize/index.vue | 298 ++++++++++++++++++ .../components/pullImage/byPatient.vue | 6 +- .../components/pullImage/byTrials.vue | 4 +- 5 files changed, 310 insertions(+), 6 deletions(-) create mode 100644 src/views/authorize/index.vue diff --git a/src/router/index.js b/src/router/index.js index f2d54e8..cca38b0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -232,6 +232,12 @@ export const constantRoutes = [ // component: () => import('@/views/trials/audit'), // hidden: true // }, + { + path: '/authorize', + component: () => import('@/views/authorize/index'), + name: 'Authorize', + hidden: true + }, { path: '/error', component: () => import('@/views/error'), diff --git a/src/utils/whiteList.js b/src/utils/whiteList.js index 53bafea..f5e4dcf 100644 --- a/src/utils/whiteList.js +++ b/src/utils/whiteList.js @@ -1,2 +1,2 @@ -const WHITELIST = ['/', "/activate", "/curriculumVitae", 'researchDetail_m', '/researchForm', '/ReviewersResearch', '/login', '/error', '/resetpassword', '/recompose', '/email-recompose', '/trialStats', '/showdicom', '/imagesShare', '/audit', '/preview', '/researchLogin', '/researchLogin_m', '/blindResumeInfo', '/trialsResume', '/joinVerify', '/showNoneDicoms', '/noneDicomReading', '/clinicalData', '/readingDicoms', '/readingPage', '/visitDicomReview', '/visitNondicomReview', '/globalReview', '/adReview', '/oncologyReview', '/nonedicoms'] +const WHITELIST = ['/', "/activate", "/curriculumVitae", 'researchDetail_m', '/researchForm', '/ReviewersResearch', '/login', '/error', '/resetpassword', '/recompose', '/email-recompose', '/trialStats', '/showdicom', '/imagesShare', '/audit', '/preview', '/researchLogin', '/researchLogin_m', '/blindResumeInfo', '/trialsResume', '/joinVerify', '/showNoneDicoms', '/noneDicomReading', '/clinicalData', '/readingDicoms', '/readingPage', '/visitDicomReview', '/visitNondicomReview', '/globalReview', '/adReview', '/oncologyReview', '/nonedicoms', '/authorize'] export default WHITELIST diff --git a/src/views/authorize/index.vue b/src/views/authorize/index.vue new file mode 100644 index 0000000..fe8283a --- /dev/null +++ b/src/views/authorize/index.vue @@ -0,0 +1,298 @@ + + + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue index c63b2ef..6fce4d9 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue @@ -136,7 +136,7 @@ - +