feat: 预约时间调整

This commit is contained in:
2026-04-13 20:20:44 +08:00
parent 134f73d7b1
commit 37ea4ee284
3 changed files with 18 additions and 6 deletions

View File

@@ -56,6 +56,9 @@ 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 });
}