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/login/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index bd98772..d63d4d5 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -37,6 +37,7 @@
const getUserinfo=()=>{
ajaxPost('/patient/info/getPatientInfo','').then((re:any)=>{
console.log(re)
+ userInfo.setPatient(re)
router.push('/')
})
}
--
Gitblit v1.8.0