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 @@
-