Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Oct 25, 2024
1 parent ac165de commit 2d68523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ bus.on('close', () => {
});
bus.on('app_installation_event', () => {
console.log('into app_installation_event');
appStore.update_my_apps_info();
});
Expand Down Expand Up @@ -151,6 +152,7 @@ bus.on('ai_message', (cdata: any) => {
onUnmounted(() => {
bus.off('close');
bus.off('app_installation_event');
bus.off('entrance_state_event');
bus.off('system_upgrade_event');
bus.off('ai');
bus.off('ai_message');
Expand Down

0 comments on commit 2d68523

Please sign in to comment.