From 946493a0fffa011bf1c50af8de50c0e1b70bbde8 Mon Sep 17 00:00:00 2001 From: zerosaturation Date: Wed, 22 Jul 2026 16:29:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=A5=E9=BD=90appBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/App.vue b/frontend/App.vue index a11b4d2..eb98629 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -162,6 +162,7 @@ export default { handleLaunchOptions(_launchOptions) } // #endif + // #ifdef APP-PLUS // 运行期 deep link:Android 通过 newintent 事件接收(冷启动完成后,用户从浏览器/分享唤起 App) // ★ P2 修复:e.intent 在不同 HBuilder Plus 版本下形态不固定: // - 部分版本是 Plus Intent 对象 { data: 'topfans://...' } → 取 .data