Merge remote-tracking branch 'yx/20250821-hz' into master-0626-prod

This commit is contained in:
joshen
2025-08-27 18:16:27 +08:00
5 changed files with 6 additions and 4 deletions

View File

@@ -1048,7 +1048,9 @@
if (this.conLink.openType == 2) {
//新的窗口直接打开
const url = this.conLink.url
if (url.startsWith("/mobile")) {
console.log(`------- current url is : `, url)
if (url.includes("/mobile")) {
setTimeout(()=>window.open(url.replace("/mobile", ""), "_top"))
} else {
location.href = url