34
chenyc
2022-10-21 03cd57297e17cf7785229d432609b62bc877782e
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('/')
        })
    }