Skip to content

Commit

Permalink
catch错误
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jan 8, 2024
1 parent 3de7402 commit f485d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/components/layout/UILayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ const UILayout: React.FC<UILayoutProp> = (props) => {
// 获取操作系统、架构、Yakit 版本、Yak 版本
ipcRenderer.invoke("fetch-local-basic-info").then((data: LocalInfoProps) => {
setLocalInfo(data)
})
}).catch(()=>{})
}, [])
useEffect(() => {
// 用户退出 - 验证license=>展示企业登录
Expand Down

0 comments on commit f485d7c

Please sign in to comment.