diff --git a/web/src/views/snapshot/index.vue b/web/src/views/snapshot/index.vue index c6ba8986..92dbbf70 100644 --- a/web/src/views/snapshot/index.vue +++ b/web/src/views/snapshot/index.vue @@ -140,7 +140,7 @@ async function handleChat() { const { SessionUuid }: { SessionUuid: string } = await CreateSessionFromSnapshot(uuid) await chatStore.setActiveLocal(SessionUuid) // open link at static/#/chat/{SessionUuid} - window.open(`/static/#/chat/${SessionUuid}`, '_blank') + //window.open(`/static/#/chat/${SessionUuid}`, '_blank') } const footerClass = computed(() => {