feat: aigc

This commit is contained in:
2026-04-13 20:38:22 +08:00
parent 37ea4ee284
commit 94ab8c5c04

View File

@@ -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 });
}