fix: 订正修改链接的方式

This commit is contained in:
2025-08-27 18:13:04 +08:00
parent 86fdca601e
commit a9e8adb8ba

View File

@@ -976,7 +976,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