邀请外链 - 修改打开app的deepLink

This commit is contained in:
2025-08-01 18:42:01 +08:00
parent 1b51660ecd
commit c9e128c676

View File

@@ -105,7 +105,7 @@ $('.Download_Moli').click(function () {
$(".Open_Moli").click(function (event) {
event.preventDefault(); // 阻止默认行为
var deepLinkUrl = `molistar://app?code=${code}`; // 你的 Deep Link URL
var deepLinkUrl = `molistar://app`; // 你的 Deep Link URL
console.log(deepLinkUrl,'------deepLinkUrl')
window.location.href = deepLinkUrl;
// 设置超时检测