From 13d81f602a40e73538d7b0de97294844d4c7674c Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 7 Apr 2026 20:22:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20aigc=20=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/components/module/GeneratorPhotoComponent/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/index/components/module/GeneratorPhotoComponent/index.vue b/src/pages/index/components/module/GeneratorPhotoComponent/index.vue index b7f0214..a87b129 100644 --- a/src/pages/index/components/module/GeneratorPhotoComponent/index.vue +++ b/src/pages/index/components/module/GeneratorPhotoComponent/index.vue @@ -56,8 +56,6 @@ onMounted(() => { const jumpClick = () => { const token = getAccessToken(); - navigateTo('http://192.168.1.14:8081/#/home', { token: token }); - return if (props.toolCall.componentNameParams.jumpUrl) { navigateTo(props.toolCall.componentNameParams.jumpUrl, { token: token }); }