mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
Merge remote-tracking branch 'yx/20250821-hz' into master-0626-prod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user