diff --git a/src/pages/index/components/module/GeneratorPhotoComponent/index.vue b/src/pages/index/components/module/GeneratorPhotoComponent/index.vue index 0ece6b4..a87b129 100644 --- a/src/pages/index/components/module/GeneratorPhotoComponent/index.vue +++ b/src/pages/index/components/module/GeneratorPhotoComponent/index.vue @@ -56,9 +56,6 @@ onMounted(() => { const jumpClick = () => { const token = getAccessToken(); - - navigateTo('http://192.168.1.14:8080/#/home', { token: token }); - return; if (props.toolCall.componentNameParams.jumpUrl) { navigateTo(props.toolCall.componentNameParams.jumpUrl, { token: token }); }