feat: aigc 的地址

This commit is contained in:
2026-04-07 20:22:20 +08:00
parent 620456e9bf
commit 13d81f602a

View File

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