56
chenyc
2022-10-21 43af31998b7251ab5819bfb7f889d73b8a5c1e3d
56
1个文件已修改
4 ■■■■ 已修改文件
src/stores/userInfo.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/stores/userInfo.ts
@@ -14,8 +14,8 @@
        info.value.headimgurl=userInfo.headimgurl
        info.value.nickname=userInfo.nickname
    }
    function setPatient(patient:object) {
        patient.value=patient
    function setPatient(info:object) {
        patient.value=info
    }
    return { info,patient,setPatient, setInfo }