From 6ed90d1eae16fc66f51741c778f0246c202added Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 14:16:30 +0800
Subject: [PATCH] 调试初始化

---
 src/views/HomeLoading/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/HomeLoading/index.vue b/src/views/HomeLoading/index.vue
index 522e853..980219c 100644
--- a/src/views/HomeLoading/index.vue
+++ b/src/views/HomeLoading/index.vue
@@ -28,6 +28,11 @@
     const route = useRoute()
     const router=useRouter()
     const isLoading = ref(true)
+    const config={
+        headers: {
+            'Content-Type': 'application/x-www-form-urlencoded'
+        }
+    }
     const getUserinfo=()=>{
         ajaxPost('/patient/info/getPatientInfo','').then((re)=>{
             console.log(re,'得到患者的信息getUserinfo')

--
Gitblit v1.8.0