perf: 优化访问链接

This commit is contained in:
kuaifan
2025-04-14 12:06:26 +08:00
parent d4697cb203
commit dcf96e2bf5
4 changed files with 40 additions and 20 deletions

View File

@@ -471,7 +471,7 @@ class IndexController extends InvokeController
action: "eeuiAppSendMessage",
data: [
{
action: 'setPageData',
action: 'setPageData', // 设置页面数据
data: {
showProgress: true,
titleFixed: true,
@@ -479,7 +479,7 @@ class IndexController extends InvokeController
}
},
{
action: 'createTarget',
action: 'createTarget', // 创建目标(访问新地址)
url: "{$redirectUrl}",
}
]