From 18fe04179c547bbe9eac48c3b39c544ecb31b3b6 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Fri, 27 Mar 2026 19:04:40 +0800
Subject: [PATCH] seo
---
public/sysConfig.json | 4 +-
src/api/api.js | 4 +-
.../customerOrg/patientRegisterImport.vue | 13 +-
src/views/report/checkStatus.vue | 282 ++++++++++++++----
src/views/report/report.vue | 20 +-
5 files changed, 238 insertions(+), 85 deletions(-)
diff --git a/public/sysConfig.json b/public/sysConfig.json
index 956b438..9b82a0f 100644
--- a/public/sysConfig.json
+++ b/public/sysConfig.json
@@ -1,7 +1,7 @@
{
- "apiurl": "http://192.168.1.138:9527",
+ "apiurl": "http://192.168.5.52:9530",
"softName": "神豚体检管理系统",
- "pacsApi": "http://192.168.1.138:9527",
+ "pacsApi": "http://192.168.5.52:9530",
"dcmViewers": "https://app.mzaktj.com:4436",
"pacsApiHttps": "https://app.mzaktj.com:8042",
"dict":{
diff --git a/src/api/api.js b/src/api/api.js
index 52fcde8..1a260e4 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -23,10 +23,10 @@ function startLoading() {
customClass: "boxStyle"
});
- // 调用接口 5秒 没结束,关闭锁屏
+ // 调用接口 30秒 没结束,关闭锁屏
setTimeout(() => {
endLoading(loading)
- }, 5000);
+ }, 30000);
return loading
}
diff --git a/src/views/customerOrg/patientRegisterImport.vue b/src/views/customerOrg/patientRegisterImport.vue
index 5606357..5981359 100644
--- a/src/views/customerOrg/patientRegisterImport.vue
+++ b/src/views/customerOrg/patientRegisterImport.vue
@@ -365,13 +365,9 @@