From 03cd57297e17cf7785229d432609b62bc877782e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 15:01:05 +0800
Subject: [PATCH] 34

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

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 0f484ac..ebc15d4 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -150,6 +150,8 @@
         if (userInfo.info.openid===''){
             router.push('login')
         }
+        console.log(userInfo.patient,'患者信息')
+        console.log(userInfo.info,'微信账号信息')
     })
   </script>
   <style scoped lang="css" src="./assets/index.scss" />
\ No newline at end of file

--
Gitblit v1.8.0