feat: 处理加载H5页面的 方法逻辑

This commit is contained in:
2026-04-05 16:49:12 +08:00
parent 554d4617a4
commit 8f713a64c7
3 changed files with 156 additions and 4 deletions

View File

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