diff --git a/src/page/Home/index.tsx b/src/page/Home/index.tsx index 7c89f25..a4a1f4d 100644 --- a/src/page/Home/index.tsx +++ b/src/page/Home/index.tsx @@ -54,7 +54,6 @@ const Home: React.FC = () => { specific: '', }) useEffect(() => { - console.log(window.electron.getVersion()); setUserInfo(user) window.electron.getVersion().then(res => { setVersion(res) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 62ed8b5..92c4541 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -85,13 +85,13 @@ const Meeting: React.FC = () => { active: false, select: false, }, - { - title: '会议监控', - icon: ImageUrl.icon48, - iconSelect: ImageUrl.icon48Select, - active: false, - select: false, - }, + // { + // title: '会议监控', + // icon: ImageUrl.icon48, + // iconSelect: ImageUrl.icon48Select, + // active: false, + // select: false, + // }, { title: '录制', icon: ImageUrl.icon27, @@ -430,7 +430,6 @@ const Meeting: React.FC = () => { i.forEach((i: any) => { if (i.className === 'ant-notification-notice ant-notification-notice-closable') { i.childNodes.forEach((row: any) => { - console.log(row.className); if (row.className === 'ant-notification-notice-close') { row.click() } @@ -448,7 +447,6 @@ const Meeting: React.FC = () => { item.forEach((item: any) => { if (item.className === 'ant-notification-notice ant-notification-notice-closable') { item.childNodes.forEach((row: any) => { - console.log(row.className); if (row.className === 'ant-notification-notice-close') { row.click() }