345
chenyc
2022-10-21 16cce29e0218b23162b900a4048bd806f78fb575
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('/')
        })
    }