From 12d715e946ea0551d8c9a99e8ba15de81bb602cf Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 23 Jul 2025 11:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.production | 4 ++- package.json | 2 +- public/index.html | 1 - src/page-subspecialty/router/index.js | 49 ++++++++++++++++----------- 5 files changed, 36 insertions(+), 22 deletions(-) diff --git a/.env.development b/.env.development index 6780fbc..db32132 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,8 @@ NODE_ENV=development VUE_APP_NODE_ENV=dev VUE_APP_LOGIN_URL='http://47.110.224.240:8036/xiangan-crf' +# 免登录链接 +VUE_APP_SINGLE_URL='https://10.80.3.194:8002/oauth/authorize' # pacs浏览器 VUE_APP_PACS_URL='http://192.168.0.85:8001' diff --git a/.env.production b/.env.production index b50653d..e3c1934 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,10 @@ NODE_ENV=production VUE_APP_NODE_ENV=prod -# 苏州正式环境 +# 翔安正式环境 VUE_APP_LOGIN_URL='http://10.80.5.32:8031/xiangan-crf' +# 翔安免登录链接 +VUE_APP_SINGLE_URL='https://10.80.3.194:8002/oauth/authorize' # pacs浏览器 VUE_APP_PACS_URL='http://10.80.5.32:8026' diff --git a/package.json b/package.json index 3847cb5..25d5851 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/clipboard": "^2.0.7", "animejs": "^3.2.1", "axios": "^0.21.1", - "clipboard": "^2.0.11", + "clipboard": "^2.0.6", "core-js": "^3.31.1", "cornerstone-core": "^2.3.0", "cornerstone-math": "^0.1.10", diff --git a/public/index.html b/public/index.html index ca031d4..3de59c5 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,6 @@ -