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