独墅湖高教创新区危化品智慧管控平台(新危化品)
zhouwx
2025-04-21 c559205d1e496417e09d54b9d824163864a4243d
src/layout/components/Navbar.vue
@@ -96,7 +96,7 @@
  const info =  await getUserById(userInfo.value.id);
  if(info.code === 200){
    Cookies.set('userInfo',JSON.stringify(info.data))
    reviewRef.value.openDialog('edit',info.data)
    reviewRef.value.openDialog('view',info.data)
  }
}