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) { if (this.conLink.openType == 2) {
//新的窗口直接打开 //新的窗口直接打开
const url = this.conLink.url 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")) setTimeout(()=>window.open(url.replace("/mobile", ""), "_top"))
} else { } else {
location.href = url location.href = url

View File

@@ -19,4 +19,4 @@
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a"; hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
var s = document.getElementsByTagName("script")[0]; var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s); s.parentNode.insertBefore(hm, s);
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.a5401564.js></script></body></html> })();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.606281cc.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long