修改官网下载地址

This commit is contained in:
chenruiye
2025-06-12 15:53:53 +08:00
parent 848b7b2619
commit bcfca25c55
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ $('.box .xz').click(function () {
} else if (browser.android) {
console.log('安卓');
timer = setTimeout(() => {
window.location.href = 'https://api.epartylive.com/eparty/home/index.html'
window.location.href = 'https://epartylive.com/'
}, 3000)
window.location.href = `EParty://app/invite?code=${inviteCode}`
} else {

View File

@@ -227,7 +227,7 @@ $(".open").click(function (event) {
window.location.href = deepLinkUrl;
// 设置超时检测
setTimeout(function() {
window.location.href = 'https://api.epartylive.com/eparty/home/index.html'
window.location.href = 'https://epartylive.com/'
}, 2000); // 超时时间 500ms
})

View File

@@ -295,7 +295,7 @@ function getConfig() {
$(`.contactUs_pub .contactUs_pub_in ul .li3 span`).html(`<b>Email:</b> ${res.data.contact2}`);
// 賦值下載
// and = res.data.androidUrl;
and = "https://api.epartylive.com/eparty/home/index.html";
and = "https://epartylive.com/";
ios = res.data.iosUrl;
androidSkipType = res.data.androidSkipType;
iosSkipType = res.data.iosSkipType;

View File

@@ -131,6 +131,6 @@ $(".foot_btn").click(function (event) {
window.location.href = deepLinkUrl;
// 设置超时检测
setTimeout(function() {
window.location.href = 'https://api.epartylive.com/eparty/home/index.html'
window.location.href = 'https://epartylive.com/'
}, 2000); // 超时时间 500ms
})